Skip to main content

Module event

Module event 

Source
Expand description

Captured trace events and field values.

Plain tracing events emitted by processes and workloads are picked up by crate::observability::SimulationLayer and stored as TraceEvent records — the same shape a production log pipeline would see. Invariants and inspection code read them through crate::observability::TraceQuery and extract typed fields by key.

Structs§

TraceEvent
One captured trace event — the same shape as a production log line.

Enums§

FieldValue
A single structured field value captured from a tracing event.