Skip to content

v2.1.18 Maintenance release

Compare
Choose a tag to compare
@SimunKaracic SimunKaracic released this 12 May 14:10
· 242 commits to master since this release
7bf8705
  • kamon-prometheus: It's now possible to generate gauge metrics from distribution based metrics. Contributed by @pnerg via #1011
  • kamon-core: Add filtering to context tag propagation. Contributed by @pnerg via #1015
  • kamon-status-page: Fix status page indicator. Contributed by @the-overengineer via #999.
  • kamon-system-metrics: Fix typos in metric description. Contributed via #1007 by @moznion
  • kamon-core: Added resetDistribution method to RangleSampler. Contributed by @SimunKaracic via #1017
  • kamon-mongo: Update to driver version 4.x. If you're using kamon-mongo (instead of the kamon-bundle), beware. That package now supports only the 4.x.x versions of mongo drivers. For older version of drivers, please use kamon-mongo-legacy. Contributed by @SimunKaracic via #1001
  • kamon-mongo-legacy: new instrumentation module for older versions of mongo drivers.
    https://github.com/kamon-io/Kamon/tree/master/instrumentation/kamon-mongo-legacy
    Contributed by @SimunKaracic via #1001
  • kamon-core: Added flag to disable starting new spans in client instrumentation when there is no current span. Contributed by @SimunKaracic via #1006