This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
Releases: kamon-io/kamon-influxdb
Releases · kamon-io/kamon-influxdb
v2.0.0-RC1 - Upgrade to Kamon 2.0.0-RC1
This is the first release targeting Kamon 2.0.0-RC1! Besides the upgrade, there are three improvements to the reporter:
- Use an OkHttp interceptor instead of the Authenticator to include the client credentials. This avoids an extra round trip with a 401 on every request.
- Distributions that do not have any recordings will not be sent to InfluxDB.
- Support for a finer timestamp precision than seconds.
All of the above improvements were contributed by @Falmarri via 0f7fb40 🎉
v1.0.3 - Maintenance Release
v1.0.2 - Minor Release
Fixes:
- Implement basic-authentication for InfluxDB requests by @bjgbeelen on #26
- Allow https protocol by @Qthunder on #24
v1.0.1 - Escape Special Characters in Tags
Fixes:
- Properly escape special characters in tag names and values, in accordance to the InfluxDB spec. Fixed by @ivantopo on 6545ca6
- Failing to close OkHttp's
Response
could lead to a connection leak. Fixed by @ivantopo on 6545ca6
v1.0.0 - First Release for Kamon 1.0
Releasing 1.0.0