Wraps an existing OpenCensus Span
A Span or RootSpan from OpenCensus
Create a new OpenCensus Span and wrap it.
The OpenCensus tracer that has been wrapped in OpenCensusTracerWrapper
The name of the Span
Options for the Span
Adds an event to the Span
The name of the event
The associated attributes to add for this event
Adds a link to the Span.
the context of the linked span
attributes to be added that are associated with the link
Returns the SpanContext associated with this Span.
Marks the end of Span execution.
The underlying OpenCensus Span
Returns whether this span will be recorded
Sets an attribute on the Span
the attribute key
the attribute value
Sets attributes on the Span
the attributes to add
Sets a status on the span. Overrides the default of CanonicalCode.OK.
The status to set.
Updates the name of the Span
the new Span name
Generated using TypeDoc
An implementation of OpenTelemetry Span that wraps an OpenCensus Span.