Skip to content

v2.0.5 - Maintenance Release

Latest
Compare
Choose a tag to compare
@ivantopo ivantopo released this 18 Dec 07:11
· 4 commits to master since this release

Fixes:

  • core: Duplicated timers data was reported when a PeriodSnapshot.Accumulator was used. This would only happen if a reporter is expecting a different tick interval size than what Core has configured so not a very common situation. Fixed by @ivantopo via kamon-io/Kamon#628.
  • core: Include the error.message tag when a Span is failed with a Throwable. Fixed by @mladens via kamon-io/Kamon#625.
  • core: Properly handle calls to Config.pairs when the configuration has a key with special characters in it. Fixed by @mladens via kamon-io/Kamon#624.
  • akka-http: If a HTTP operation name generator is configured on the server side the instrumentation will no longer override it. Fixed by @ivantopo via kamon-io/kamon-akka-http#73.

Improvements

  • common: Now it is possible to provide a custom HttpOperationNameGenerator for the HTTP Server instrumentation class (previously it was only available to the client instrumentation). This features was contributed by @pnerg via kamon-io/kamon-instrumentation-common#3.