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
Currently if you are adding spans to a BatchSpanProcessor or SimpleSpanProcessor faster than they are able to be delivered to the destination, they just accumulate data in memory until the process crashes. Also in this case, they start new HTTP requests before the prior one(s) complete, consuming file descriptors and memory buffers as well.
The text was updated successfully, but these errors were encountered:
Currently if you are adding spans to a
BatchSpanProcessor
orSimpleSpanProcessor
faster than they are able to be delivered to the destination, they just accumulate data in memory until the process crashes. Also in this case, they start new HTTP requests before the prior one(s) complete, consuming file descriptors and memory buffers as well.The text was updated successfully, but these errors were encountered: