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

Releases: kamon-io/kamon-influxdb

v2.0.0-RC1 - Upgrade to Kamon 2.0.0-RC1

26 Jun 22:35
Compare
Choose a tag to compare
Pre-release

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

26 Jun 22:14
Compare
Choose a tag to compare

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.

v1.0.2 - Minor Release

04 Aug 20:50
Compare
Choose a tag to compare

Fixes:

v1.0.1 - Escape Special Characters in Tags

26 Apr 22:26
Compare
Choose a tag to compare

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

24 Apr 16:10
Compare
Choose a tag to compare