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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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