You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/components/otlp-exporter.mdx
+62Lines changed: 62 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,68 @@ service:
130
130
131
131
<SubSectionSeparator />
132
132
133
+
## Dynatrace
134
+
135
+
Dynatrace supports OpenTelemetry by ingesting OTLP directly, so users of the AWS Distro for OpenTelemetry (ADOT) can send tracing data directly to
136
+
Dynatrace without the need for additional plugins or non-OTLP exporters.
137
+
138
+
<SubSectionSeparator />
139
+
140
+
### Requirements
141
+
142
+
#### OTLP Trace Ingest
143
+
144
+
- Dynatrace 1.222 or later
145
+
- An API token with the **Ingest OpenTelemetry traces** scope
146
+
147
+
#### OTLP Metric Ingest
148
+
149
+
- Dynatrace 1.254 or later
150
+
- An API token with the **Ingest metrics** scope
151
+
152
+
<SubSectionSeparator />
153
+
154
+
### Configuration (Collector)
155
+
156
+
The configuration takes place in the OTLP exporter in the Collector config YAML file.
157
+
Configure the [OTLP HTTP Exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/master/exporter/otlphttpexporter) with the following settings:
For additional details see the [Dynatrace documentation for the Collector](https://www.dynatrace.com/support/help/extend-dynatrace/opentelemetry/basics/collector#example-configuration).
0 commit comments