Enum console_api::trace::trace_event::Event
source · [−]pub enum Event {
RegisterThread(RegisterThreads),
RegisterMetadata(RegisterMetadata),
NewSpan(Span),
EnterSpan(Enter),
ExitSpan(Exit),
CloseSpan(Close),
}
Expand description
A trace event
Variants
RegisterThread(RegisterThreads)
A new thread was registered.
RegisterMetadata(RegisterMetadata)
A new span metadata was registered.
NewSpan(Span)
A span was created.
EnterSpan(Enter)
A span was entered.
ExitSpan(Exit)
A span was exited.
CloseSpan(Close)
A span was closed.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Event
impl UnwindSafe for Event
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more