Skip to content

Commit

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

* add AWS distribution
  • Loading branch information
Frapschen authored Jun 9, 2022
1 parent 097558f commit 0dd3a7f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions exporter/dynatraceexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Dynatrace Exporter

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

The [Dynatrace](https://dynatrace.com) metrics exporter exports metrics to the [metrics API v2](https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/post-ingest-metrics/)
using the [metrics ingestion protocol](https://www.dynatrace.com/support/help/how-to-use-dynatrace/metrics/metric-ingestion/metric-ingestion-protocol/).
This enables Dynatrace to receive metrics collected by the OpenTelemetry Collector.
Expand Down Expand Up @@ -272,3 +278,7 @@ In a multiple-instance deployment of the OpenTelemetry Collector, the conversion
can produce inconsistent data unless it can be guaranteed that metrics from the
same source are processed by the same collector instance. This can be circumvented
by configuring the OpenTelemetry SDK to export DELTA values.

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[AWS]:https://aws-otel.github.io/docs/partners/dynatrace

0 comments on commit 0dd3a7f

Please sign in to comment.