From 4d6a1d7e011a2921e6d5aec2b9189ca008830ae9 Mon Sep 17 00:00:00 2001 From: Sebastian Rabenhorst <4246554+rabenhorst@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:28:43 +0200 Subject: [PATCH] Fixed Jaeger exporter specification link (#6324) Signed-off-by: Sebastian Rabenhorst --- docs/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tracing.md b/docs/tracing.md index b0405945cd..8e55672871 100644 --- a/docs/tracing.md +++ b/docs/tracing.md @@ -101,7 +101,7 @@ config: ### Jaeger -Client for https://github.com/jaegertracing/jaeger tracing. Options can be provided also via environment variables. For more details see the Jaeger [exporter specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md#jaeger-exporter). +Client for https://github.com/jaegertracing/jaeger tracing. Options can be provided also via environment variables. For more details see the Jaeger [exporter specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#jaeger-exporter). *WARNING: Options `RPC Metrics`, `Gen128Bit` and `Disabled` are now deprecated and won't have any effect when set*