reflow_tracing_protocol
Shared tracing-protocol types used by the Reflow runtime — the wire format for structured flow events produced by the network executor.
Most users should depend on
reflow_rt, which pulls this crate in transitively throughreflow_network,reflow_actor, andreflow_components. Direct use is only appropriate when implementing a custom tracing consumer, exporter, or dashboard.
What it provides
- Event and span types emitted by the network executor when the
flowtracefeature is enabled. - Enums and metadata structures shared between the producer side (the running network) and consumer side (trace UIs, log exporters).
License
MIT OR Apache-2.0.