Skip to content

Commit f2869a3

Browse files
author
Sergei Malafeev
authored
add b3multi to OTEL_PROPAGATORS (#1231)
1 parent 82865fa commit f2869a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/sdk-environment-variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ The goal of this specification is to unify the environment variable names betwee
1212
| OTEL_TRACE_SAMPLER | Sampler to be used for traces | "parentbased_always_on" | See [Sampling](./trace/sdk.md#sampling) |
1313
| OTEL_TRACE_SAMPLER_ARG | String value to be used as the sampler argument | | The specified value will only be used if OTEL_TRACE_SAMPLER is set. Each Sampler type defines its own expected input, if any. Invalid or unrecognized input MUST be logged and MUST be otherwise ignored, i.e. the SDK MUST behave as if OTEL_TRACE_SAMPLER_ARG is not set. |
1414

15-
Known values for OTEL_PROPAGATORS are: "tracecontext", "baggage", "b3", "jaeger".
15+
Known values for OTEL_PROPAGATORS are: "tracecontext", "baggage", "b3", "b3multi", "jaeger".
1616
Additional values can be specified in the respective SDK's documentation, in case third party `Propagator`s are supported, such as "xray" or "ottracer".
17+
See [B3 propagation](./context/api-propagators.md#b3-requirements) for details regarding single and multi encoding.
1718

1819
Known values for `OTEL_TRACE_SAMPLER` are:
1920

0 commit comments

Comments
 (0)