set_attribute
Method
This is a method of the Span class in the trace module.Add an attribute.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
set_attribute: Add an attribute.
This is a method of the Span class in the trace module.Add an attribute.
def set_attribute(&mut self, key: impl Into<String>, value: impl Serialize) -> ()