diff --git a/exporter/awskinesisexporter/README.md b/exporter/awskinesisexporter/README.md index 7bbc00558cf9..712da7a95de1 100644 --- a/exporter/awskinesisexporter/README.md +++ b/exporter/awskinesisexporter/README.md @@ -1,5 +1,10 @@ # Kinesis Exporter +| Status | | +| ------------------------ |-----------------------| +| Stability | [beta] | +| Supported pipeline types | traces, logs, metrics | +| Distributions | [contrib] | The kinesis exporter currently exports dynamic encodings to the configured kinesis stream. The exporter relies heavily on the kinesis.PutRecords api to reduce network I/O and and reduces records into smallest atomic representation @@ -44,4 +49,7 @@ exporters: stream_name: raw-trace-stream region: us-east-1 role: arn:test-role -``` \ No newline at end of file +``` + +[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta +[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib