Create a new wrapper around a given OpenCensus Tracer.
The OpenCensus Tracer to wrap.
Bind a Span as the target's scope
An object to bind the scope.
A specific Span to use. Otherwise, use the current one.
Returns the BinaryFormat interface for serializing/deserializing Spans.
Returns the current Span from the current context, if available.
Returns the HttpTextFormat interface for injecting/extracting Spans.
The wrapped OpenCensus Tracer
Send a pre-populated Span object to the exporter.
The span to pass along.
Starts a new Span.
The name of the span.
The SpanOptions used during Span creation.
Executes the given function within the context provided by a Span.
The span that provides the context.
The function to be executed.
Generated using TypeDoc
An implementation of OpenTelemetry Tracer that wraps an OpenCensus Tracer.