twitter-archive / diffy

Find potential bugs in your services with Diffy
https://twitter.com/diffyproject
Apache License 2.0
3.83k stars 368 forks source link

Add Opentracing to diffy. #88

Closed flouthoc closed 5 years ago

flouthoc commented 5 years ago

Hi Team, I would like to request open tracing like feature request for diffy which could dig further into the microservices pipeline and highlight the exact point causing the difference.

puneetkhanduri commented 5 years ago

This is outside the scope of Diffy as it works purely as a network proxy while distributed tracing (like OpenTracing implementations) requires context propagation at the service framework level. We have a different project called Isotope that enables this. You are welcome to apply for beta access here

flouthoc commented 5 years ago

@puneetkhanduri Thanks for the isotope access.