Module structured_events

Module structured_events 

Source
Expand description

Structured event logging for observability Structured event logging for observability

Provides consistent, structured event logging throughout ant-quic. Events are categorized by component and severity for easy filtering and analysis.

Structs§

ActorTickMetrics
Actor tick metrics for monitoring loop fairness
ActorTickSnapshot
Snapshot of actor tick metrics
StructuredEvent
A structured event with typed fields
StructuredEventBuilder
Builder for structured events
TickGuard
Guard that records tick duration on drop

Enums§

EventComponent
Component that generated the event
EventKind
Kinds of events that can be logged
EventSeverity
Event severity levels