v1.0.1 - Minor Fixes
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 callingKamon.stopAllReporters()
Fixed on #508