-
Notifications
You must be signed in to change notification settings - Fork 252
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
Implement OpenCensus compatibility shim #90
Comments
@fbogsany What's the real-world justification for this? Who is only supporting OpenCensus but not OpenTelemetry? |
This is more complicated than opentracing. OpenCensus for Ruby never progressed beyond Alpha. There is a tracking issue for the compatibility shim here: open-telemetry/opentelemetry-specification#1175. It is not clear whether we need to implement one for Ruby. |
👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the |
Note that the OpenCensus implementation for Ruby was incomplete - in particular, it lacked metrics and exporter support. Do we need to implement an OC shim? Does it need to support metrics?
The text was updated successfully, but these errors were encountered: