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

Simple example for tracing across multiple services #70

Open
luigi-bar opened this issue Feb 21, 2018 · 3 comments
Open

Simple example for tracing across multiple services #70

luigi-bar opened this issue Feb 21, 2018 · 3 comments

Comments

@luigi-bar
Copy link

Hi,
I would like to trace something like A-->B-->C (I am using flask) and, while I can trace the spans inside each service, I am unable to trace the full flow.
Do you have an example for this? I was unable to find anything in the docs...

Thanks!

@bplotnick
Copy link
Contributor

@luigikitten Thanks for the feedback! I'll leave this issue open, since I think you have a good point that our docs need to be better about how to integrate this into a full system.

But for now, if you can hop in gitter (https://gitter.im/openzipkin/zipkin), someone can give you some more personal help.

You might also want to check out flask-zipkin, which should supply you with the server-side portion of tracing. You'll still need to propagate the headers on outgoing requests. We do this, for example, using swagger_zipkin to wrap our swagger RPC calls.

@codefromthecrypt
Copy link

codefromthecrypt commented Feb 22, 2018 via email

@embs
Copy link

embs commented Mar 23, 2018

I've built a simple Flask + py_zipkin demo here.

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

4 participants