Span
Represents a unit of work in a distributed trace.
Follows OpenTelemetry Semantic Conventions 1.25.0.
Thread Safety: Span implementations must be thread-safe. Spans may be modified from multiple threads.
Since
0.4.0
Inheritors
Functions
Link copied to clipboard
Check if this span is recording (not a no-op).
Link copied to clipboard
Record an exception on this span.
Link copied to clipboard
Set a boolean attribute on this span.
Set a double attribute on this span.
Set a long attribute on this span.
Set a string attribute on this span.
Link copied to clipboard
Set the status of this span.
Link copied to clipboard
Update the span name.