Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

start_span

Method
This is a method of the TraceContext class in the trace module.
Start a new span.

Signature

def start_span(&mut self, name: impl Into<String>, kind: SpanKind) -> String

Parameters

name
impl Into<String>
required
No description available.
kind
SpanKind
required
No description available.

Returns

Returns
String
The result of the operation.