diff --git a/content/en/tracing/trace_collection/trace_context_propagation/_index.md b/content/en/tracing/trace_collection/trace_context_propagation/_index.md index a7561eebd2c8b..59cafeb7dab92 100644 --- a/content/en/tracing/trace_collection/trace_context_propagation/_index.md +++ b/content/en/tracing/trace_collection/trace_context_propagation/_index.md @@ -100,6 +100,7 @@ The Datadog Java SDK supports the following trace context formats, including dep | | `b3single` | | [B3 Multi][4] | `b3multi` | | | `b3` (deprecated) | +| [Baggage][7] | `baggage` | | [AWS X-Ray][5] | `xray` | | [None][6] | `none` | @@ -117,6 +118,7 @@ In addition to the environment variable configuration, you can also update the p [4]: https://github.com/openzipkin/b3-propagation#multiple-headers [5]: https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader [6]: #none-format +[7]: https://www.w3.org/TR/baggage/ {{% /tab %}} @@ -684,4 +686,4 @@ Support for baggage as span tags was introduced in the following releases: [10]: https://www.w3.org/TR/baggage/ [11]: /help [12]: #customize-trace-context-propagation -[13]: /tracing/trace_collection/library_config#context-propagation \ No newline at end of file +[13]: /tracing/trace_collection/library_config#context-propagation