Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand All @@ -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 %}}

Expand Down Expand Up @@ -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
[13]: /tracing/trace_collection/library_config#context-propagation
Loading