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

Adds scaffolding for propagation tests #27

Closed codefromthecrypt closed 6 years ago

codefromthecrypt commented 6 years ago

This is intentionally not much except making propagation slightly more efficient (by reusing an injector). Main thing is to weave in Brave tests, and learn so future change can test the http layer.

codefromthecrypt commented 6 years ago

Thanks for the help!