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
Duplicate with #1833 and resoleved by #1860. The cause of the leak is batch span processor will never drop the bathced spans when get an exporting failure, thus making the size of batched spans larger than the grpc message body. The batched spans will never get the chance to be successfully exported and its size grows endlessly.
Description
BatchSpanProcessor Cause a memory leak
Environment
Steps To Reproduce
opentelemetry-go-contrib-otelgrpc config.Init()
to the code:start grpc server
start grpc client
The text was updated successfully, but these errors were encountered: