import "go.opentelemetry.io/otel/bridge/opencensus/utils"
func OCSpanContextToOTel(sc octrace.SpanContext) trace.SpanContext
OCSpanContextToOTel converts from an OpenCensus SpanContext to an OpenTelemetry SpanContext.
func OTelSpanContextToOC(sc trace.SpanContext) octrace.SpanContext
OTelSpanContextToOC converts from an OpenTelemetry SpanContext to an OpenCensus SpanContext, and handles any incompatibilities with the global error handler.
Package utils imports 4 packages (graph) and is imported by 1 packages. Updated 2020-12-29. Refresh now. Tools for package owners.