-
Notifications
You must be signed in to change notification settings - Fork 90
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
Opentracing examples #72
base: master
Are you sure you want to change the base?
Conversation
* add doc for jaeger and steps for running opentracing examples * add context appropriate * add utility for AWS tracing .. Createing tracer/logger etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR 🥇 give me a day or two to test the branch and make sure i don't run into anything odd and then we'll get it merged.
…some aws services fill that in at that stage. tag response content length. req throttled.
Would love to see some progress on this. Happy to help out where possible. |
I have stopped development on this. Please take it over. I don't know what's the plan for this. One remaining thing is also for the trace to go through the AWS system, you will very likely to transform the opentracing traceID to X-RAY format. At the time I tested that ion other priejct, it needs to be transformed or else the http header will just got filtered out. |
* add doc for jaeger and steps for running opentracing examples
* add context appropriate
* add utility for AWS tracing .. Creating tracer/logger etc