From a8a7bbe34e76a4d4c6b6b8485e8ee4d91217af54 Mon Sep 17 00:00:00 2001 From: Andrii Kushch Date: Mon, 14 Feb 2022 16:41:52 +0100 Subject: [PATCH] Update header 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 f373aac..28a376d 100644 --- a/src/docs/markdown/caddyfile/directives/tracing.md +++ b/src/docs/markdown/caddyfile/directives/tracing.md @@ -39,7 +39,7 @@ export OTEL_EXPORTER_OTLP_HEADERS="myAuthHeader=myToken,anotherHeader=value" export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=https://my-otlp-endpoint:55680 ``` -### Caddyfile configuration example +## Examples Here is a **Caddyfile** example: