Skip to main content

on_span_start

Method
This is a method of the ObservabilityAdapter class in the obs module.
Called when a span starts.

Signature

def on_span_start(span_id: str, trace_id: str, name: str, parent_span_id: Optional[str], attributes: Optional[Dict[str, Any]]) -> None

Parameters

span_id
str
required
No description available.
trace_id
str
required
No description available.
name
str
required
No description available.
parent_span_id
Optional
No description available.
attributes
Optional
No description available.