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
consider the sample decision of implicit parent spans (when creating
a span without explicitly providing a context) instead of forwarding
to the delegating sampler.
* fix trace_state erasure for dropped spans
* samplers did not return the trace_state in the sampling result
when a span was dropped. This caused the trace_state extracted
from a remote parent span to be erased and further context
propagation to break.
* fix also TraceIdRatioBased which erased the trace_state independent
of the sampling outcome.
0 commit comments