new
Method
This is a method of the Span class in the trace module.Create a new span.
Signature
Parameters
No description available.
No description available.
No description available.
No description available.
Returns
The result of the operation.
new: Create a new span.
This is a method of the Span class in the trace module.Create a new span.
def new(
trace_id: impl Into<String>,
name: impl Into<String>,
kind: SpanKind,
start_offset: Duration,
) -> Self