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
feat(traces): propagate the inbound sampled flag and parent remoteness
A continued trace now carries the caller's trace-flags byte in both
`traceparent()` and the exported span, rather than always sending `01`,
so a downstream parent-based sampler is not handed a decision this SDK
invented. Exported spans also set OTel's parent-remoteness bits.
Propagate the inbound W3C sampled flag on a continued trace instead of always sending `01`, so a downstream parent-based sampler sees the decision the head sampler made. Spans are still recorded and exported either way. Exported spans also carry OpenTelemetry's parent-remoteness bits, so a span that entered the service over HTTP is distinguishable from one started locally.
0 commit comments