-
Notifications
You must be signed in to change notification settings - Fork 47
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
Comments
@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. |
You can also try modifying this example app.
https://github.com/openzipkin/pyramid_zipkin-example
…On 22 Feb 2018 8:32 am, "Ben Plotnick" ***@***.***> wrote:
@luigikitten <https://github.com/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
<https://github.com/qiajigou/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 <https://github.com/Yelp/swagger_zipkin> to wrap our
swagger RPC calls.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#70 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD6141tTowjZYlHfjwzRxAbsfo_6lnIks5tXLWngaJpZM4SOUol>
.
|
I've built a simple Flask + py_zipkin demo here. |
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!
The text was updated successfully, but these errors were encountered: