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
Describe the bug
Sometimes, the SpanCount sampler makes the incorrect decision even though there's many spans coming in for the same trace id. This is more likely to happen when there's a high volume of spans and traces coming in to the processor.
After looking at the code, it seems this might be caused by the internal batching behaviour of the processor.
Describe the bug
Sometimes, the SpanCount sampler makes the incorrect decision even though there's many spans coming in for the same trace id. This is more likely to happen when there's a high volume of spans and traces coming in to the processor.
After looking at the code, it seems this might be caused by the internal batching behaviour of the processor.
What version did you use?
v0.54.0
What config did you use?
Environment
Docker image
OS: Alpine
Compiler(if manually compiled): go 1.18.3
The text was updated successfully, but these errors were encountered: