-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: is this module compatible with jaeger? #7
Comments
Jaeger doesn't have a C++ client yet, so there's no direct support for it. But I believe it has compatibility with the zipkin format so you might be able to make it work using the zipkin tracer. |
I put in a change to zipkin-cpp-opentracing to support Jaeger. I was using typed binary annotations which Jaeger doesn't support. I also added an example with instructions for how to set it up with Jaeger. |
@rnburn thank you! |
I see the traffic of the backend but not from nginx
The text was updated successfully, but these errors were encountered: