on_span_end
Method
This is a method of the ObservabilityAdapter class in the obs module.Called when a span ends.
Signature
Parameters
No description available.
No description available.
No description available.
Called when a span ends.
This is a method of the ObservabilityAdapter class in the obs module.Called when a span ends.
def on_span_end(span_id: str, status: str, attributes: Optional[Dict[str, Any]]) -> None