# Functions
InstallTraceBridge installs the OpenCensus trace bridge, which overwrites the global OpenCensus tracer implementation.
NewMetricProducer returns a metric.Producer that fetches metrics from OpenCensus.
OCSpanContextToOTel converts from an OpenCensus SpanContext to an OpenTelemetry SpanContext.
OTelSpanContextToOC converts from an OpenTelemetry SpanContext to an OpenCensus SpanContext, and handles any incompatibilities with the global error handler.
Version is the current release version of the opencensus bridge.
WithTracerProvider specifies a tracer provider to use for creating a tracer.
# Structs
MetricProducer implements the [go.opentelemetry.io/otel/sdk/metric.Producer] to provide metrics from OpenCensus to the OpenTelemetry SDK.
# Interfaces
MetricOption applies a configuration option value to an OpenCensus bridge MetricProducer.
TraceOption applies a configuration option value to an OpenCensus bridge Tracer.