Skip to content

Commit

Permalink
[docs] Add status header for awsemf exporter (#10304)
Browse files Browse the repository at this point in the history
Add status header for awsemf
  • Loading branch information
Frapschen authored Jun 29, 2022
1 parent 994d8a0 commit ea053e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions exporter/awsemfexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# AWS CloudWatch EMF Exporter for OpenTelemetry Collector

| Status | |
| ------------------------ |-----------|
| Stability | [beta] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |

This exporter converts OpenTelemetry metrics to
[AWS CloudWatch Embedded Metric Format(EMF)](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Embedded_Metric_Format_Specification.html)
and then sends them directly to CloudWatch Logs using the
Expand Down Expand Up @@ -80,3 +86,6 @@ exporters:
resource_to_telemetry_conversion:
enabled: true
```
[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 ea053e1

Please sign in to comment.