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§
- Trace
Event - One captured trace event — the same shape as a production log line.
Enums§
- Field
Value - A single structured field value captured from a
tracingevent.