Skip to main content

on_span_end

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

Signature

def on_span_end(span_id: str, status: str, attributes: Optional[Dict[str, Any]]) -> None

Parameters

span_id
str
required
No description available.
status
str
default:"'ok'"
No description available.
attributes
Optional
No description available.