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 all Spans where end() has not been called
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.
Returns all Spans this Tracer knows about
Returns all Spans that were created without a parent
Return all Spans for a particular trace, grouped by their parent Span in a tree-like structure
The traceId to return the graph for
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
A mock tracer useful for testing