Skip to content

Commit 50027a1

Browse files
authored
Fix jaeger propagation link (#4314)
Build is currently failing due to this broken link, which appears to have been removed in the 2.0 version of jaeger docs: https://github.com/open-telemetry/opentelemetry-specification/actions/runs/12041693502/job/33627729557?pr=4295 Maybe @yurishkuro can confirm if there is an equivalent page in the latest version of the docs.
1 parent 3ce4873 commit 50027a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/configuration/sdk-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Known values for `OTEL_PROPAGATORS` are:
126126
- `"baggage"`: [W3C Baggage](https://www.w3.org/TR/baggage/)
127127
- `"b3"`: [B3 Single](../context/api-propagators.md#configuration)
128128
- `"b3multi"`: [B3 Multi](../context/api-propagators.md#configuration)
129-
- `"jaeger"`: [Jaeger](https://www.jaegertracing.io/docs/1.21/client-libraries/#propagation-format)
129+
- `"jaeger"`: [Jaeger](https://www.jaegertracing.io/sdk-migration/#propagation-format)
130130
- `"xray"`: [AWS X-Ray](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader) (_third party_)
131131
- `"ottrace"`: [OT Trace](https://github.com/opentracing?q=basic&type=&language=) (_third party_)
132132
- `"none"`: No automatically configured propagator.

specification/context/api-propagators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ organization and MUST be distributed as OpenTelemetry extension packages:
360360
* [W3C Baggage](https://www.w3.org/TR/baggage). MAY alternatively
361361
be distributed as part of the OpenTelemetry API.
362362
* [B3](https://github.com/openzipkin/b3-propagation).
363-
* [Jaeger](https://www.jaegertracing.io/docs/latest/client-libraries/#propagation-format).
363+
* [Jaeger](https://www.jaegertracing.io/sdk-migration/#propagation-format).
364364

365365
This is a list of additional propagators that MAY be maintained and distributed
366366
as OpenTelemetry extension packages:

0 commit comments

Comments
 (0)