Skip to content
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

Closed
aledbf opened this issue Sep 29, 2017 · 3 comments
Closed

Question: is this module compatible with jaeger? #7

aledbf opened this issue Sep 29, 2017 · 3 comments

Comments

@aledbf
Copy link

aledbf commented Sep 29, 2017

I see the traffic of the backend but not from nginx

@rnburn
Copy link
Owner

rnburn commented Sep 29, 2017

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.

@rnburn
Copy link
Owner

rnburn commented Oct 11, 2017

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 rnburn closed this as completed Oct 11, 2017
@aledbf
Copy link
Author

aledbf commented Oct 11, 2017

@rnburn thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants