Skip to content

v1.0.1 - Minor Fixes

Compare
Choose a tag to compare
@ivantopo ivantopo released this 31 Jan 23:34
· 2822 commits to master since this release

Fixes:

  • #502: The Kamon scheduler and reporter registry threads would prevent the JVM from shutting down, even when no reporters were running. After this release all non-reporter threads in Kamon are daemon threads, users will still need to stop all reporters in order by either cancelling Registration received from adding the reporter or calling Kamon.stopAllReporters() Fixed on #508