opentelemetry-ruby
opentelemetry-ruby copied to clipboard
Implement OpenTracing compatibility shim
👋 I'm your huckleberry.
Self link https://github.com/open-telemetry/opentelemetry-java/tree/master/opentracing_shim
The initial PR is #108 , however I don't believe @rdooley has time to continue with this and the PR likely needs significant updates to account for drift in the API. I've removed the assignment & opened this up to other folks who might like to help out.
Note also https://github.com/open-telemetry/opentelemetry-specification/pull/768 adds clarity around requirements here.
The initial PR is #108 , however I don't believe @rdooley has time to continue with this and the PR likely needs significant updates to account for drift in the API. I've removed the assignment & opened this up to other folks who might like to help out.
That is exactly correct. Thank you for removing my assignment.
Pushing this out until https://github.com/open-telemetry/opentelemetry-specification/pull/768 is approved.
@fbogsany What's the real-world justification for this? Who is only supporting OpenTracing but not OpenTelemetry?
A compatibility shim is required by the spec, although that requirement is implicit for now. There’s a tracking issue here: https://github.com/open-telemetry/opentelemetry-specification/issues/1174
@fbogsany I am a bit confused. This issue has been open since 2019 and it was labeled as good first issue
. Then there was a PR, which you closed in favor of a new implementation, which did not exist and still does not exist.
Are you going to implement this, since it is a good first issue
and also mentioned that this was a req by the spec?
The implementation was stale and the author was no longer working on it. He agreed we should close it. It is still something we'd like to have but no one is actively working on it.
👋 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 keep
label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.