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

Provide accessor to the span implementation #1240

Closed dashpole closed 3 years ago

dashpole commented 3 years ago

This is needed if the SDK needs to cast to its underlying type.

Part of https://github.com/open-telemetry/opentelemetry-go/issues/93

@nilebox