From 11b388f5be28ab225c86445c8ab28328691d2c97 Mon Sep 17 00:00:00 2001 From: Andrii Kushch Date: Mon, 14 Feb 2022 16:42:32 +0100 Subject: [PATCH] Update documentation in tracing.md Co-authored-by: Matt Holt --- src/docs/markdown/caddyfile/directives/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/tracing.md b/src/docs/markdown/caddyfile/directives/tracing.md index 28a376d..a038035 100644 --- a/src/docs/markdown/caddyfile/directives/tracing.md +++ b/src/docs/markdown/caddyfile/directives/tracing.md @@ -32,7 +32,7 @@ by the [OpenTelemetry Environment Variable Specification](https://github.com/ope For the exporter configuration details, please see [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.7.0/specification/protocol/exporter.md). -### Example +For example: ```bash export OTEL_EXPORTER_OTLP_HEADERS="myAuthHeader=myToken,anotherHeader=value"