You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
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.