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 Zipkin 2 representation #23

Closed codefromthecrypt closed 6 years ago

codefromthecrypt commented 6 years ago

Zipkin's v2 format is available from server 1.31+ This is a more concise json variant than before, so easier to troubleshoot. We can try to detect the server version if assuming a floor server version isn't good.

http://zipkin.io/zipkin-api/#/default/post_spans

takezoe commented 6 years ago

Thanks for immediate pull request!