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
I'm closing this as a duplicate of #3094. The BatchSpanProcessor does not eager-export at the moment, which means that if the queue size is reached, it will not attempt to export but actually drop the spans that exceed the limit. There are several PRs open for #3094, so you can expect this to be addressed in an upcoming release.
Hello! We are seeing this error message from our otel-instrumented app with varying span amounts roughly every 5 seconds.
I've tried increasing the maxQueueSize to 6144 (the default is 2048).
but this did not seem to affect the behavior at all. Is someone able to recommend a way to look into diagnosing/fixing this issue?
The text was updated successfully, but these errors were encountered: