Skip to content

Commit ebedbfc

Browse files
committed
Review comments
1 parent b93d7b8 commit ebedbfc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/docs/partners/dynatrace.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ path: '/docs/partners/dynatrace'
99

1010
[Dynatrace](https://www.dynatrace.com/integrations/opentelemetry/) is an all-in-one software intelligence platform delivering continuous, automatic discovery and observability across your full stack.
1111

12-
Dynatrace can receive OpenTelemetry metrics in the following ways:
12+
For ingesting traces (spans) into Dynatrace, use the generic OTLP/HTTP exporter shipped with the Collector.
13+
More information on exporting traces to Dynatrace can be found in the
14+
[Dynatrace documentation for OpenTelemetry traces](https://www.dynatrace.com/support/help/extend-dynatrace/opentelemetry/opentelemetry-traces/opentelemetry-ingest).
15+
16+
OpenTelemetry metrics can be exported to Dynatrace in the following ways:
1317

1418
- Using OTLP/HTTP (OpenTelemetry Protocol) metrics exporter (recommended)
1519
- Using Dynatrace OpenTelemetry metrics exporter described below
1620

1721
More information on exporting metrics to Dynatrace can be found in the
1822
[Dynatrace documentation for OpenTelemetry metrics](https://www.dynatrace.com/support/help/shortlink/opentelemetry-metrics).
1923

20-
For ingesting traces (spans) into Dynatrace, use the generic OTLP/HTTP exporter shipped with the Collector.
21-
More information on exporting traces to Dynatrace can be found in the
22-
[Dynatrace documentation for OpenTelemetry traces](https://www.dynatrace.com/support/help/extend-dynatrace/opentelemetry/opentelemetry-traces/opentelemetry-ingest).
23-
2424
The Dynatrace Open Source Engineering team developed this exporter for metrics in the OpenTelemetry Collector.
2525
The Dynatrace 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/).
2626
This enables Dynatrace to receive, store, view, and analyze metrics collected by the OpenTelemetry Collector.

0 commit comments

Comments
 (0)