Type Alias QlogEvent
pub type QlogEvent = QlogEventView<'static>;Available on crate features
quic and std only.Expand description
An event that owns all variable-length data and can cross a worker boundary.
Aliased Type§
pub struct QlogEvent {
pub group_id: ConnectionId,
pub time: Instant,
pub fields: EventFieldsView<'static>,
}Fields§
§group_id: ConnectionIdStable connection group identifier, also available through Connection::trace_id.
time: InstantMonotonic observation time; encoders choose its representation relative to the trace epoch.
fields: EventFieldsView<'static>Schema-defined fields, including optional path scope.