Skip to main content

QlogEvent

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: ConnectionId

Stable connection group identifier, also available through Connection::trace_id.

§time: Instant

Monotonic observation time; encoders choose its representation relative to the trace epoch.

§fields: EventFieldsView<'static>

Schema-defined fields, including optional path scope.