Enum console_api::trace::trace_event::Event [−][src]
pub enum Event {
RegisterThread(RegisterThreads),
RegisterMetadata(RegisterMetadata),
NewSpan(Span),
EnterSpan(Enter),
ExitSpan(Exit),
CloseSpan(Close),
}
Expand description
A trace event
Variants
RegisterThread(RegisterThreads)
Tuple Fields
A new thread was registered.
RegisterMetadata(RegisterMetadata)
Tuple Fields
A new span metadata was registered.
NewSpan(Span)
Tuple Fields
0: Span
A span was created.
EnterSpan(Enter)
Tuple Fields
0: Enter
A span was entered.
ExitSpan(Exit)
Tuple Fields
0: Exit
A span was exited.
CloseSpan(Close)
Tuple Fields
0: 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