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

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

Pre-release
Pre-release
Compare
Choose a tag to compare
@ivantopo ivantopo released this 26 Jun 22:35
· 8 commits to master since this 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 🎉