Kamon v2.1.9 Release Notes

Release Date: 2020-11-24 // over 3 years ago
  • ๐Ÿ›  Maintenance release with various bugfixes.

    • kamon-core : remove outdated configuration. Contributed by @dpsoft via #874
    • kamon-system-metrics : Brings back classloading metrics and exposes additional usage percentage metrics. Contributed by @SimunKaracic via #881, closes #872 and #860
    • kamon-datadog : Replace play-json dependency with nanojson. Contributed by @DWvanGeest via #892
    • kamon-annotation : Fix #889 by properly shading dependencies. Fixed by @SimunKaracic via #897
    • kamon-akka : Rework tags and operation name on actor spans, to accommodate typed actors. Contributed by @SimunKaracic via #898
    • kamon-system-metrics : updated oshi-core dependency to 5.3.6 and fix #893. Contributed by @SimunKaracic via #900
    • kamon-cassandra : fix intermittent test failures. Fixed by @SimunKaracic via #865
    • kamon-jdbc : fix intermittent test failures. Fixed by @SimunKaracic via #873

Previous changes from v2.1.8

  • ๐Ÿ†• New Instrumentation

    • elasticsearch : We are now shipping a new kamon-elasticsearch module with automatic instrumentation for the official Java REST client. Contributed by @SimunKaracic via #859.

    ๐Ÿ‘Œ Improvements

    • common : Implement #857, making it possible to append custom HTTP headers in the response. Contributed by @pnerg via #858.
    • kamon-jaeger : Make jaeger endpoint configurable. Contributed by @klvmungai via #869.