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 are using zipkin4net.dll library in net core project to send traces. Internally tracemanager is used to start and stop tracing. When we use zipkin the memory goes high and net core application deployed as docker container is stopped giving Out of memory issue. We commented the code used for sending traces and application is working fast without giving Out of Memory error. Please help us to trace the net core(3.1) application using zipkin
The text was updated successfully, but these errors were encountered:
We are using zipkin4net.dll library in net core project to send traces. Internally tracemanager is used to start and stop tracing. When we use zipkin the memory goes high and net core application deployed as docker container is stopped giving Out of memory issue. We commented the code used for sending traces and application is working fast without giving Out of Memory error. Please help us to trace the net core(3.1) application using zipkin
The text was updated successfully, but these errors were encountered: