Skip to content

Commit 6a0a42d

Browse files
committed
Minor formatting
1 parent e383bb8 commit 6a0a42d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/docs/components/otlp-exporter.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,18 @@ Dynatrace without the need for additional plugins or non-OTLP exporters.
154154
### Configuration (Collector)
155155

156156
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).
158158

159-
* `endpoint: "https://{your-environment-id}.live.dynatrace.com/api/v2/otlp"`
160-
* `headers`
161-
* `Authorization: "Api-Token <API_TOKEN>"`
159+
#### `endpoint`
160+
161+
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>"`
162167

163168

164-
For additional details see the [Dynatrace documentation for the Collector](https://www.dynatrace.com/support/help/extend-dynatrace/opentelemetry/basics/collector#example-configuration).
165169

166170
<SubSectionSeparator />
167171

0 commit comments

Comments
 (0)