pub fn record_current_span_attribute(
key: &'static str,
value: impl Into<SpanAttributeValue>,
)Expand description
Record a tracing field and set an OpenTelemetry attribute on the current span.
pub fn record_current_span_attribute(
key: &'static str,
value: impl Into<SpanAttributeValue>,
)Record a tracing field and set an OpenTelemetry attribute on the current span.