From 822e21f844876cf86ddc0f8b746a5fe6f7b31637 Mon Sep 17 00:00:00 2001 From: "minquan.chen" Date: Wed, 25 May 2022 16:01:37 +0800 Subject: [PATCH 1/2] Add status header for dynatrace --- exporter/dynatraceexporter/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/exporter/dynatraceexporter/README.md b/exporter/dynatraceexporter/README.md index 585d8573ae4f..b1bf6354cdce 100644 --- a/exporter/dynatraceexporter/README.md +++ b/exporter/dynatraceexporter/README.md @@ -1,5 +1,11 @@ # Dynatrace Exporter +| Status | | +| ------------------------ |-----------| +| Stability | [beta] | +| Supported pipeline types | metrics | +| Distributions | [contrib] | + 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. @@ -272,3 +278,6 @@ 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 \ No newline at end of file From 78927c5be41b480c9a860d2e2430a0f1c2f4097f Mon Sep 17 00:00:00 2001 From: "minquan.chen" Date: Thu, 9 Jun 2022 23:15:18 +0800 Subject: [PATCH 2/2] add AWS distribution --- exporter/dynatraceexporter/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/exporter/dynatraceexporter/README.md b/exporter/dynatraceexporter/README.md index b1bf6354cdce..21d3b99be121 100644 --- a/exporter/dynatraceexporter/README.md +++ b/exporter/dynatraceexporter/README.md @@ -1,10 +1,10 @@ # Dynatrace Exporter -| Status | | -| ------------------------ |-----------| -| Stability | [beta] | -| Supported pipeline types | metrics | -| Distributions | [contrib] | +| 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/). @@ -280,4 +280,5 @@ same source are processed by the same collector instance. This can be circumvent 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 \ No newline at end of file +[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib +[AWS]:https://aws-otel.github.io/docs/partners/dynatrace \ No newline at end of file