client_java icon indicating copy to clipboard operation
client_java copied to clipboard

Adds ability to exclude deadlocked threads from exported metrics

Open askoog opened this issue 5 years ago • 1 comments

Finding deadlocked threads might be an expensive operation if there are a large number of threads in the jvm since it requires a safepoint.

askoog avatar Jan 13 '21 12:01 askoog

How would the user access the object to call this?

I suppose you need to do instantiate the ThreadExports class directly, instead of just calling DefaultExports.register()?

askoog avatar Jan 13 '21 13:01 askoog