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
We noticed that spans waiting in memory for Tail Sampling Processor decision (based on decision_wait setting of Tail Sampling Processor) are lost if OTEL Collector is restarted.
Should Tail Sampling Processor support graceful shutdown to avoid loss of spans?
The text was updated successfully, but these errors were encountered:
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
There's no plan for adding a WAL to this component at this point. I'm closing, unless we have someone willing to create a design doc with a proposal for it.
Component(s)
processor/tailsampling
Describe the issue you're reporting
We noticed that spans waiting in memory for Tail Sampling Processor decision (based on
decision_wait
setting of Tail Sampling Processor) are lost if OTEL Collector is restarted.Should Tail Sampling Processor support graceful shutdown to avoid loss of spans?
The text was updated successfully, but these errors were encountered: