Skip to content

Commit

Permalink
Fix jaeger propagation link (#4314)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jack-berg authored Dec 1, 2024
1 parent 3ce4873 commit 50027a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specification/configuration/sdk-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Known values for `OTEL_PROPAGATORS` are:
- `"baggage"`: [W3C Baggage](https://www.w3.org/TR/baggage/)
- `"b3"`: [B3 Single](../context/api-propagators.md#configuration)
- `"b3multi"`: [B3 Multi](../context/api-propagators.md#configuration)
- `"jaeger"`: [Jaeger](https://www.jaegertracing.io/docs/1.21/client-libraries/#propagation-format)
- `"jaeger"`: [Jaeger](https://www.jaegertracing.io/sdk-migration/#propagation-format)
- `"xray"`: [AWS X-Ray](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader) (_third party_)
- `"ottrace"`: [OT Trace](https://github.com/opentracing?q=basic&type=&language=) (_third party_)
- `"none"`: No automatically configured propagator.
Expand Down
2 changes: 1 addition & 1 deletion specification/context/api-propagators.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ organization and MUST be distributed as OpenTelemetry extension packages:
* [W3C Baggage](https://www.w3.org/TR/baggage). MAY alternatively
be distributed as part of the OpenTelemetry API.
* [B3](https://github.com/openzipkin/b3-propagation).
* [Jaeger](https://www.jaegertracing.io/docs/latest/client-libraries/#propagation-format).
* [Jaeger](https://www.jaegertracing.io/sdk-migration/#propagation-format).

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

0 comments on commit 50027a1

Please sign in to comment.