Sampler.ShouldSample parent parameter should be Context #1024
Labels
area:sampling
Related to trace sampling
area:sdk
Related to the SDK
priority:p2
Medium priority level
release:allowed-for-ga
Editorial changes that can still be added before GA since they don't require action by SIGs
spec:trace
Related to the specification/trace directory
This is a tracking issue for PR #881:
Sampler.ShouldSample
should be changed to receive the full parentContext
instead of the parentSpanContext
, as there is no reason to only provide the SpanContext, and it is one of the few remaining places in the spec where we deal with a bare SpanContext.The text was updated successfully, but these errors were encountered: