Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Releases: kamon-io/kamon-system-metrics

v2.0.2 - Maintenance Release

03 Mar 22:07
Compare
Choose a tag to compare

Fixes

  • The host metrics collector was incorrectly reporting the free and used swap space. Fixed by @danischroeter via #32.

v2.0.1 - Maintenance Release

16 Nov 05:00
Compare
Choose a tag to compare

Fixes

  • A "Failed to get statvfs. Error code: 13" error was being logged by OSHI but it should have been just a warning that it was impossible to get the storage usage via statvfs, but it was still possible to get it via other mechanisms. Fixed by @ivantopo via 086fc21
  • The JVM Threads metrics were missing since the upgrade to Kamon 2.0 and they were brought back. Contributed by @ivantopo via 17dcb17. The new metrics are:
    • jvm.threads.total: Tracks the current number of live threads on the JVM.
    • jvm.threads.peak: Tracks the peak live thread count since the JVM started.
    • jvm.threads.daemon: Tracks the current number of daemon threads on the JVM.

v2.0.0-RC1 - Move to OSHI and Kamon 2.0.0-RC1

18 Jun 15:17
Compare
Choose a tag to compare

Highlights

Move to OSHI

Starting on this release we moved from Sigar to OSHI for reading system information.

Metric Name Changes

Lots of metrics changed names, mostly because the'y didn't make sense in their previous incarnation. We will be updating the docs as soon as possible but in the meantime you can take a look at the new JvmMetrics, HostMetrics and ProcessMetrics