Releases: metamx/server-metrics
Releases · metamx/server-metrics
server-metrics 0.5.2
- Remove Sigar requirement for JvmMonitor
server-metrics 0.5.0
- Require Java 8
- Add a new
com.metamx.metrics.CpuAcctDeltaMonitor
which will calculate consumed CPU as per the cpuacct cgroup.
0.3.0
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).