-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Experiment/evaluate distributed tracing frameworks #9242
Comments
/cc @dvonthenen |
Just to add some clarity: The OpenTracing API is just an standardized API layer. Many tracers support it, so it is possible to "instrument once" with OpenTracing, then pick which tracing system you wish to use at runtime. So this would allow etcd to change tracing systems (and support multiple systems) without needing to re-instrument. API docs: godoc.org/github.com/opentracing/opentracing-go |
Closing. We will improve current metrics/logging first. And consider tracing support. |
Are there any plans of adding tracing support to etcd in the near future? |
#5425 (comment)
The text was updated successfully, but these errors were encountered: