You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/configuration.rst
+3-2
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ Traces
269
269
270
270
DD_TRACE_PROPAGATION_STYLE:
271
271
default: |
272
-
``datadog,tracecontext``
272
+
``datadog,tracecontext,baggage``
273
273
274
274
description: |
275
275
Comma separated list of propagation styles used for extracting trace context from inbound request headers and injecting trace context into outbound request headers.
@@ -278,7 +278,7 @@ Traces
278
278
279
279
Overridden by ``DD_TRACE_PROPAGATION_STYLE_INJECT`` for injection.
280
280
281
-
The supported values are ``datadog``, ``b3multi``, ``tracecontext``, and ``none``.
281
+
The supported values are ``datadog``, ``b3multi``, ``tracecontext``, ``baggage``, and ``none``.
282
282
283
283
When checking inbound request headers we will take the first valid trace context in the order provided.
284
284
When ``none`` is the only propagator listed, propagation is disabled.
@@ -293,6 +293,7 @@ Traces
293
293
v1.7.0: The ``b3multi`` propagation style was added and ``b3`` was deprecated in favor it.
294
294
v1.7.0: Added support for ``tracecontext`` W3C headers. Changed the default value to ``DD_TRACE_PROPAGATION_STYLE="tracecontext,datadog"``.
295
295
v2.6.0: Updated default value to ``datadog,tracecontext``.
296
+
v2.16.0: Updated default value to ``datadog,tracecontex,baggage``.
0 commit comments