pub fn set_current_span_attribute(
key: &'static str,
value: impl Into<SpanAttributeValue>,
)Expand description
Set an OpenTelemetry attribute on the current span.
pub fn set_current_span_attribute(
key: &'static str,
value: impl Into<SpanAttributeValue>,
)Set an OpenTelemetry attribute on the current span.