Skip to content

Commit d6c6459

Browse files
committed
[parners/dynatrace] document preference for OTLP
1 parent be1c2cf commit d6c6459

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/docs/partners/dynatrace.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,23 @@ path: '/docs/partners/dynatrace'
77
---
88
## Overview
99

10-
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/). This enables Dynatrace to receive metrics collected by the OpenTelemetry Collector. Dynatrace is an all-in-one software intelligence platform delivering continuous, automatic discovery and observability across your full stack. The Dynatrace Open Source Engineering team developed this exporter for metrics in the OpenTelemetry Collector. This exporter allows metrics collected by the OpenTelemetry Collector to be stored, viewed, and analyzed in Dynatrace.
10+
[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.
11+
12+
Dynatrace can receive OpenTelemetry metrics in the following ways:
13+
14+
- Using OTLP/HTTP (OpenTelemetry Protocol) metrics exporter (recommended)
15+
- Using Dynatrace OpenTelemetry metrics exporter described below
16+
17+
More information on exporting metrics to Dynatrace can be found in the
18+
[Dynatrace documentation for OpenTelemetry metrics](https://www.dynatrace.com/support/help/shortlink/opentelemetry-metrics).
19+
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+
24+
The Dynatrace Open Source Engineering team developed this exporter for metrics in the OpenTelemetry Collector.
25+
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/).
26+
This enables Dynatrace to receive, store, view, and analyze metrics collected by the OpenTelemetry Collector.
1127

1228
## Requirements
1329

0 commit comments

Comments
 (0)