0.3.0
leventov
released this
07 Nov 22:50
·
25 commits
to master
since this release
Backwards incompatible changes:
jvm/gc/time
metric is not emitted byJvmMonitor
anymore,jvm/gc/cpu
is added instead, it reports CPU time spend in GC (all GC generations), in nanoseconds.jvm/gc/count
metric emitted byJvmMonitor
is changed, it emits semantically different numbers than before. Now it emits the numbers of collections in both young and old generations (identified bygcGen=young/old
dimension).