From 50ac4679ce7474d086dc4149f5aa36c764e751b1 Mon Sep 17 00:00:00 2001 From: Andrii Kushch <> Date: Tue, 15 Feb 2022 10:53:25 +0100 Subject: [PATCH] add link to the repository --- 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 a038035..c5e4ea3 100644 --- a/src/docs/markdown/caddyfile/directives/tracing.md +++ b/src/docs/markdown/caddyfile/directives/tracing.md @@ -8,7 +8,7 @@ It provides integration with OpenTelemetry tracing facilities. When enabled, it will propagate an existing trace context or initialize a new one. -It is based on `https://github.com/open-telemetry/opentelemetry-go`. +It is based on [github.com/open-telemetry/opentelemetry-go](https://github.com/open-telemetry/opentelemetry-go). It uses `gRPC` as an exporter protocol and W3C `tracecontext` and `baggage` as propagators.