-
Notifications
You must be signed in to change notification settings - Fork 896
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
OpenCensus Compatibility for GA #1175
Comments
@andrewhsu would you mind assigning this to me? Additionally we should expand the description to include a Specification of what compatibility looks like. |
I have three changes that should complete the spec-portion of OpenCensus compatibility:
|
I'm working on a golang implementation which follows the proposed spec: open-telemetry/opentelemetry-go#3093 |
David's PRs were all merged and I think we are looking good here. I am going to open a PR to mark the compatibility doc as stable and close this issue. |
From the original description
I think its safe to say these are out of scope? |
Fixes #1175 ## Changes Mark the OpenCensus Compatibility specification as stable. We now have implementations of the bridges in a few languages: - [Java](https://github.com/open-telemetry/opentelemetry-java/tree/main/opencensus-shim) – trace and metrics bridges - [Go](https://github.com/open-telemetry/opentelemetry-go/tree/main/bridge/opencensus) – trace and metrics bridges - [Python](https://github.com/open-telemetry/opentelemetry-python/tree/main/shim/opentelemetry-opencensus-shim) – trace bridge - JS – trace bridge WIP by me Co-authored-by: Carlos Alberto Cortez <calberto.cortez@gmail.com>
Fixes open-telemetry#1175 ## Changes Mark the OpenCensus Compatibility specification as stable. We now have implementations of the bridges in a few languages: - [Java](https://github.com/open-telemetry/opentelemetry-java/tree/main/opencensus-shim) – trace and metrics bridges - [Go](https://github.com/open-telemetry/opentelemetry-go/tree/main/bridge/opencensus) – trace and metrics bridges - [Python](https://github.com/open-telemetry/opentelemetry-python/tree/main/shim/opentelemetry-opencensus-shim) – trace bridge - JS – trace bridge WIP by me Co-authored-by: Carlos Alberto Cortez <calberto.cortez@gmail.com>
This is a high-level tracking issue to track items across several github repos.
Languages:
The text was updated successfully, but these errors were encountered: