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
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,14 +154,18 @@ Dynatrace without the need for additional plugins or non-OTLP exporters.
154
154
### Configuration (Collector)
155
155
156
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:
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).
Your Dynatrace environment OTLP ingest endpoint `https://{your-environment-id}.live.dynatrace.com/api/v2/otlp`
162
+
163
+
164
+
#### `headers`
165
+
166
+
Set the `Authorization` header with the format `"Api-Token <API_TOKEN>"`
162
167
163
168
164
-
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