Module mz_compute::logging
source ยท Expand description
Logging dataflows for events generated by various subsystems.
Re-exportsยง
pub use crate::logging::initialize::initialize;
Modulesยง
- Logging dataflows for events generated by clusterd.
- differential ๐Logging dataflows for events generated by differential dataflow.
- initialize ๐Initialization of logging dataflows.
- reachability ๐Logging dataflows for events generated by timely dataflow.
- timely ๐Logging dataflows for events generated by timely dataflow.
Structsยง
- Batch
Logger ๐Logs events as a timely stream, with progress statements. - Event
Queue ๐Parts to connect a logging dataflows the timely runtime. - LogCollection ๐Information about a collection exported from a logging dataflow.
- Permuted
RowPacker ๐Helper to pack collections ofDatum
s into key and value row. - Shared
Logging ๐State State shared between different logging dataflows.