Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Releases: kamon-io/kamon-zipkin

v2.0.2 - Maintenance Release

24 Mar 19:53
Compare
Choose a tag to compare

Fixes

  • NoSuchMethodError in ZipkinReporter.convertSpan reported in #14. Fixed by @cspinetta via #15.

v2.0.1 - Maintenance Release

17 Jan 12:38
Compare
Choose a tag to compare

Improvements

  • Now it is possible to provide an entirely custom Zipkin URL. Contributed by @matwojcik via #12.

Fixes

  • The error tag in spans is not being sent to Zipkin anymore since it causes Spans to be shown as errors, even if the value was false. Fixed by @matwojcik via #13.

v2.0.0-RC1 - Upgrade to Kamon 2.0.0-RC1

18 Jun 18:12
Compare
Choose a tag to compare
Pre-release

Simply upgraded to Kamon 2.0.0-RC1.

v1.0.1 - Maintenance Release

17 Jun 11:44
Compare
Choose a tag to compare

New Features

  • Now it is possible to use the kamon.zipkin.protocol setting to decide whether communication with Zipkin should be done via HTTP (default) or HTTPS. This was contributed by @sjoerdmulder via #5.

Fixes

  • Reporter would throw exceptions when a parentId was empty. This was fixed by @sjoerdmulder via #10.