-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[core] Checkin opentelemetry C++ sdk dependency #51077
[core] Checkin opentelemetry C++ sdk dependency #51077
Conversation
Signed-off-by: dentiny <dentinyhao@gmail.com>
Looks fine, but let's check it in with the code that uses it? |
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.
Looks fine, but let's check it in with the code that uses it?
+1, maybe use it at least for once? otherwise it is hard to tell if the import works.
Signed-off-by: dentiny <dentinyhao@gmail.com>
I thought about that, the most ideal way is to have a basic replacement implementation for metrics class that we have, but checking the codebase there're much work to do. One concern is the compatibility between opencensus vs opentelemetry, like the default endpoint. But I think your argument makes sense; I add a simple "test script" to show dependency checkin has no problem. |
Signed-off-by: dentiny <dentinyhao@gmail.com>
adc90cc
to
b9da27f
Compare
Thanks for taking this on! Just to confirm, this is just to add the open telemetry dependency and there will be followup PRs to fix the breaking changes (https://opentelemetry.io/docs/specs/otel/compatibility/opencensus/) between the OpenCensus and OPTL, is that correct? |
Yes, my plan is to implement a compatible metrics class, which is a counterpart for existing class, later on migrate metrics usage one by one. |
I'm wondering other than the metrics classes, whether the metrics collectors and exporters needs to be updated as well. |
[opencensus](https://github.com/census-instrumentation/opencensus-cpp) has been archived for ~2 years, we should upgrade to opentelemetry which is the somewhat an "improved" and maintained version. --------- Signed-off-by: dentiny <dentinyhao@gmail.com> Signed-off-by: Abrar Sheikh <abrar@anyscale.com>
[opencensus](https://github.com/census-instrumentation/opencensus-cpp) has been archived for ~2 years, we should upgrade to opentelemetry which is the somewhat an "improved" and maintained version. --------- Signed-off-by: dentiny <dentinyhao@gmail.com>
opencensus has been archived for ~2 years, we should upgrade to opentelemetry which is the somewhat an "improved" and maintained version.