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 time to use as the Span's end time. Defaults to the current time.
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
A no-op implementation of Span that can safely be used without side-effects.