Skip to content

0.3.0

Compare
Choose a tag to compare
@leventov leventov released this 07 Nov 22:50
· 25 commits to master since this release

Backwards incompatible changes:

  1. jvm/gc/time metric is not emitted by JvmMonitor anymore, jvm/gc/cpu is added instead, it reports CPU time spend in GC (all GC generations), in nanoseconds.
  2. jvm/gc/count metric emitted by JvmMonitor is changed, it emits semantically different numbers than before. Now it emits the numbers of collections in both young and old generations (identified by gcGen=young/old dimension).