Function is_error_span
Source pub fn is_error_span(span: &SpanData) -> bool
Expand description
Check if span is an error span
Checks multiple attributes to determine if a span represents an error:
otel.status_code == “ERROR”
error == true
§Arguments
§Returns
bool - True if span represents an error