openzipkin-contrib / play-zipkin-tracing

Provides distributed tracing for Play Framework and Akka using Zipkin.
Apache License 2.0
48 stars 19 forks source link

Updates to Brave 4.8 which supports zipkin reporter2 #25

Closed codefromthecrypt closed 6 years ago

codefromthecrypt commented 6 years ago

This drops the dependency on v1 of zipkin-reporter eventhough you can still write the old format if you want like..

reporter = AsyncReporter.builder(URLConnectionSender.create("http://localhost:9411/api/v1/spans"))
                        .build(SpanBytesEncoder.JSON_V1);