From ca9f1b882515d97638fe7e267e4b3dd97a3ea4b6 Mon Sep 17 00:00:00 2001 From: Murphy Chen Date: Thu, 30 Jun 2022 05:38:01 +0800 Subject: [PATCH] [docs] Add status header for awskinesis exporter (#10305) * Add status header for awskinesis * update for reviewer's suggestion --- exporter/awskinesisexporter/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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