|
1 | 1 | # Propagators API |
2 | 2 |
|
3 | | -**Status**: [Stable](../document-status.md) |
| 3 | +**Status**: [Stable](../document-status.md) except where otherwise specified |
4 | 4 |
|
5 | 5 | <details> |
6 | 6 | <summary>Table of Contents</summary> |
@@ -215,8 +215,8 @@ Required arguments: |
215 | 215 | The `Keys` function can be called by `Propagator`s which are using variable key names in order to |
216 | 216 | iterate over all the keys in the specified carrier. |
217 | 217 |
|
218 | | -For example, it can be used to detect all keys following the `uberctx-{user-defined-key}` pattern, as defined by the |
219 | | -[Jaeger Propagation Format](https://www.jaegertracing.io/docs/1.76/architecture/#baggage). |
| 218 | +For example, it can be used to detect all keys following the `X-B3-${name}` pattern, as defined by the |
| 219 | +[B3 Propagation: Multiple Headers](https://github.com/openzipkin/b3-propagation/blob/master/README.md#multiple-headers). |
220 | 220 |
|
221 | 221 | ##### Get |
222 | 222 |
|
@@ -357,11 +357,13 @@ organization and MUST be distributed as OpenTelemetry extension packages: |
357 | 357 | * [W3C Baggage](https://www.w3.org/TR/baggage/). MAY alternatively |
358 | 358 | be distributed as part of the OpenTelemetry API. |
359 | 359 | * [B3](https://github.com/openzipkin/b3-propagation). |
360 | | -* [Jaeger](https://www.jaegertracing.io/sdk-migration/#propagation-format). |
361 | 360 |
|
362 | 361 | This is a list of additional propagators that MAY be maintained and distributed |
363 | 362 | as OpenTelemetry extension packages: |
364 | 363 |
|
| 364 | +* [Jaeger](https://www.jaegertracing.io/sdk-migration/#propagation-format). |
| 365 | + **Status**: [Deprecated](../document-status.md), use the |
| 366 | + [W3C TraceContext](https://www.w3.org/TR/trace-context/) instead. |
365 | 367 | * [OT Trace](https://github.com/opentracing?q=basic&type=&language=). Propagation format |
366 | 368 | used by the OpenTracing Basic Tracers. It MUST NOT use `OpenTracing` in the resulting |
367 | 369 | propagator name as it is not widely adopted format in the OpenTracing ecosystem. |
|
0 commit comments