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
Dynamic Sampling Context propagation from nested spans doesn't work properly in OpenTelemetry integration.
Main reason: no publicly exposed mechanism to get the transaction (as in, a root span) for the given nested span.
At the moment we're doing this, meaning that if we're doing a cross-service request from a nested span, the DSC won't be properly set.
Potential Solutions
Expose a method on Span that allows to get the root span (transaction) of the given span.
The text was updated successfully, but these errors were encountered:
Extracted from #537.
Problem
Dynamic Sampling Context propagation from nested spans doesn't work properly in OpenTelemetry integration.
Main reason: no publicly exposed mechanism to get the transaction (as in, a root span) for the given nested span.
At the moment we're doing this, meaning that if we're doing a cross-service request from a nested span, the DSC won't be properly set.
Potential Solutions
The text was updated successfully, but these errors were encountered: