client_java
client_java copied to clipboard
Adds ability to exclude deadlocked threads from exported metrics
Finding deadlocked threads might be an expensive operation if there are a large number of threads in the jvm since it requires a safepoint.
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()?