Skip to content

v2.6.1 - Maintenance Release

Compare
Choose a tag to compare
@ivantopo ivantopo released this 19 May 07:20
· 32 commits to master since this release
c3f0655

New Features:

  • core: We introduced a new kamon.init.attach-instrumentation setting to control whether Kamon should try to attach the automatic instrumentation when running initialisation. Contributed by @ivantopo via #1278

Improvements:

  • prometheus: The Prometheus exporter now includes a default set of buckets for percentage-based units. Contributed by @jatcwang via #1266

Fixes:

  • kafka: avoid NPE when consumer records are missing Kamon's context. Fixed by @ivantopo via #1269
  • core: avoid showing the initialisation banner twice when calling initWithoutAttaching. Fixed by @ivantopo via #1256
  • datadog: avoid EOFException on the Datadog Spans reporter. Fixed by @ivantopo via #1270