add_event
Method
This is a method of the TraceContext class in the trace module.Add event to current span.
Signature
Parameters
No description available.
Returns
The result of the operation.
add_event: Add event to current span.
This is a method of the TraceContext class in the trace module.Add event to current span.
def add_event(&mut self, name: impl Into<String>) -> ()