census-instrumentation / opencensus-go

A stats collection and distributed tracing framework
http://opencensus.io
Apache License 2.0
2.05k stars 326 forks source link

Bridging to opentelemetry-go #1225

Open asuffield opened 4 years ago

asuffield commented 4 years ago

The original intention was to have full compatibility from OpenCensus to OpenTelemetry. There is now a bridge to connect OpenTracing into OpenTelemetry, but because OpenCensus was not created with an API/SDK separation, some changes will be needed on this side to make it compatible. This is notably important when using a third-party library that currently has OpenCensus instrumentation.

I'm not fully clear on the details of what will be necessary here. Notable target features: