opentelemetry-go icon indicating copy to clipboard operation
opentelemetry-go copied to clipboard

Add back the OpenCensus bridge code

Open MrAlias opened this issue 2 years ago • 5 comments

Blocked by the metric SDK having a working example in the new_sdk/main branch

Removed in https://github.com/open-telemetry/opentelemetry-go/pull/2802

MrAlias avatar Apr 19 '22 18:04 MrAlias

Is this still blocked?

I'm actually looking to export OTel traces from a component that's instrumented with the OpenCensus SDK. Would bringing back the tracing bridge code be an option so we don't wait on the metrics SDK?

dprotaso avatar Jul 26 '22 17:07 dprotaso

Is this still blocked?

I'm actually looking to export OTel traces from a component that's instrumented with the OpenCensus SDK. Would bringing back the tracing bridge code be an option so we don't wait on the metrics SDK?

This bridge was never removed from the main branch and continues to be a part of the releases. It is removed on the new_sdk/main branch as we are reworking the metric SDK. The current release should still work to bridge tracing functionality.

MrAlias avatar Jul 26 '22 18:07 MrAlias

oh great - thanks for the clarification

dprotaso avatar Jul 26 '22 18:07 dprotaso

I'm working on spec PR to specify how the OpenCensus bridge will be implemented: https://github.com/open-telemetry/opentelemetry-specification/pull/2722

dashpole avatar Aug 11 '22 17:08 dashpole

Moving to the next milestone (Metric SDK Beta) based on discussion in the SIG today.

If https://github.com/open-telemetry/opentelemetry-specification/pull/2722 is resolved before the alpha release, we will move this back into the alpha milestone.

MrAlias avatar Aug 25 '22 18:08 MrAlias

We have a replacement bridge.

MrAlias avatar Oct 14 '22 16:10 MrAlias