Skip to content

Commit

Permalink
[docs] Add status header for awskinesis exporter (#10305)
Browse files Browse the repository at this point in the history
* Add status header for awskinesis

* update for reviewer's suggestion
  • Loading branch information
Frapschen authored Jun 29, 2022
1 parent ea053e1 commit ca9f1b8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion exporter/awskinesisexporter/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -44,4 +49,7 @@ exporters:
stream_name: raw-trace-stream
region: us-east-1
role: arn:test-role
```
```
[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit ca9f1b8

Please sign in to comment.