Open
Description
Would it make sense to add to Default exporters JVM's Safepoint metrics?
HotspotRuntimeMBean
exposes:
getSafepointCount()
getSafepointSyncTime()
getTotalSafepointTIme()
In applications with many threads and long computations, these metrics can manifest how much time is spent before GC to get all threads to Safepoint and pause it.