start_span
Method
This is a method of the Tracer class in the trace module.Start a span in a trace.
Signature
Parameters
No description available.
No description available.
No description available.
Returns
The result of the operation.
start_span: Start a span in a trace.
This is a method of the Tracer class in the trace module.Start a span in a trace.
def start_span(&self, trace_id: &str, name: impl Into<String>, kind: SpanKind) -> Option<String>