From 2de69c7a902ae659e4c822ee0772b5fec15fe2ad Mon Sep 17 00:00:00 2001 From: Wolfgang Beer Date: Thu, 22 Feb 2024 11:38:45 +0100 Subject: [PATCH] Update step-04.md --- course/step-04.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/step-04.md b/course/step-04.md index 014aab8..a301082 100644 --- a/course/step-04.md +++ b/course/step-04.md @@ -16,14 +16,14 @@ See an example below that shows how to set a Dynatrace environment on Linux to r ```bash export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=https://.live.dynatrace.com/api/v2/otlp/v1/traces -export OTEL_EXPORTER_OTLP_TRACES_HEADERS=Authorization=Api-Token%20 +export OTEL_EXPORTER_OTLP_TRACES_HEADERS="Authorization=Api-Token%20" ``` See an example below that shows how to set a Dynatrace environment on Windows to receive the OpenTelemetry spans: ```bash set OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=https://.live.dynatrace.com/api/v2/otlp/v1/traces -set OTEL_EXPORTER_OTLP_TRACES_HEADERS="Authorization=Api-Token%20" +set OTEL_EXPORTER_OTLP_TRACES_HEADERS=Authorization=Api-Token%20 ``` The instrumentation code of the Flask application has been modified to not only send the spans to the local