Skip to content

Zipkin Reporter 3.1

Compare
Choose a tag to compare
@codefromthecrypt codefromthecrypt released this 10 Jan 00:56
· 35 commits to master since this release

Zipkin Reporter 3.1 adds custom encoding (non-JSON) support for zipkin-reporter-brave's AsyncZipkinSpanHandler.

This was first used in encoder-stackdriver-brave) to allow traced apps to send spans to stackdriver without a zipkin core jar dependency

spanHandler = AsyncZipkinSpanHandler.newBuilder(sender).build(new StackdriverV2Encoder(Tags.ERROR));

Full Changelog: 3.0.1...3.1.1