-
Notifications
You must be signed in to change notification settings - Fork 668
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
Support opentelemetry.io #7595
Comments
@TheOneRing effort estimation? Should this be part of the client or should this be better a Qt thingy? |
Ah, they have a C++ library: https://github.com/open-telemetry/opentelemetry-cpp |
There would also be https://api.kde.org/frameworks/kuserfeedback/html/index.html (not related to open-telemetry) |
Its just a bunch of empty folders at the moment. |
opencensus has merged with opentracing into opentelemetry. maybe they will continue to use the opencensus stuff in https://github.com/census-instrumentation/opencensus-cpp |
related: #4606 |
IMHO this doesn't really make sense for clients, this only makes sense for complex micro service architectures where it's hard to debug the flow of requests. |
What exactly is the client supposed to log? |
W3C specification that defines standard HTTP headers and a value format to propagate context information that enables distributed tracing scenarios: |
https://opentelemetry.io/ allow tracing requests from client to server.
The text was updated successfully, but these errors were encountered: