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
In case if application starts new threads it's possible that in
result thread info will contain info about all threads that were
started ever. As result size of such metrics will be quite huge.
This patch removes info about dead threads and user will see info
only about relevant threads.
Closes#376
0 commit comments