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
The current state of things on the POTel branch is that we treat all spans the same, regardless of whether they're root spans, child spans, or if they have a remote parent. This is a departure from the original logic where e.g. the traces_sampler was only called with transaction events.
Adapt the sampler so that we preserve old sampling behavior with regards to what kind of span we're dealing with.