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
This is not conforming to the spec for ParentBasedSampler, and must be treated as a bug. The spec does allow Samplers to access Links and make decisions based on that, but ParentBasedSampler is not expected to do that.
The current ParentBasedSampler considers parent and linked activities for making sampling decision.
https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry/Trace/ParentBasedSampler.cs#L56-L69
This is not conforming to the spec for ParentBasedSampler, and must be treated as a bug. The spec does allow Samplers to access Links and make decisions based on that, but
ParentBasedSampler
is not expected to do that.Related PR: #1727
The text was updated successfully, but these errors were encountered: