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

v2.0.1 - Maintenance Release

Compare
Choose a tag to compare
@ivantopo ivantopo released this 16 Nov 05:00
· 6 commits to master since this release

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.