You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.