Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add status header for awsfirehose receiver #10443

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions receiver/awsfirehosereceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# AWS Kinesis Data Firehose Receiver

Receiver for ingesting AWS Kinesis Data Firehose delivery stream messages and parsing the records received based on the configured record type.
| Status | |
| ------------------------ |------------|
| Stability | [alpha] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |

Supported pipeline types: metrics
Receiver for ingesting AWS Kinesis Data Firehose delivery stream messages and parsing the records received based on the configured record type.

## Configuration

Expand Down Expand Up @@ -49,3 +53,6 @@ See [documentation](https://docs.aws.amazon.com/firehose/latest/dev/create-desti
### cwmetrics
The record type for the CloudWatch metric stream. Expects the format for the records to be JSON.
See [documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Metric-Streams.html) for details.

[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib