Skip to content

Releases: metamx/server-metrics

server-metrics 0.5.2

01 Aug 19:10
Compare
Choose a tag to compare
  • Remove Sigar requirement for JvmMonitor

server-metrics 0.5.0

24 Jul 18:06
Compare
Choose a tag to compare
  • Require Java 8
  • Add a new com.metamx.metrics.CpuAcctDeltaMonitor which will calculate consumed CPU as per the cpuacct cgroup.

0.3.0

07 Nov 22:50
Compare
Choose a tag to compare

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).