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

v1.0.3 - Maintenance Release

Latest
Compare
Choose a tag to compare
@ivantopo ivantopo released this 26 Jun 22:14
· 11 commits to master since this release

Fixes:

  • This release properly escapes the space and comma characters on field names going to InfluxDB. This was fixed by @rb3ckers via #33.

Improvements:

  • Include a default constructor so that the module can be loaded from configuration (e.g. when calling Kamon.loadReportersFromConfig()). This was contributed by @rb3ckers via #32.