This repository has been archived by the owner on Mar 29, 2020. It is now read-only.
Releases: kamon-io/kamon-zipkin
Releases · kamon-io/kamon-zipkin
v2.0.2 - Maintenance Release
Fixes
NoSuchMethodError in ZipkinReporter.convertSpan
reported in #14. Fixed by @cspinetta via #15.
v2.0.1 - Maintenance Release
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 wasfalse
. Fixed by @matwojcik via #13.
v2.0.0-RC1 - Upgrade to Kamon 2.0.0-RC1
Simply upgraded to Kamon 2.0.0-RC1.
v1.0.1 - Maintenance Release
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.