Expand description
Logging dataflows for events generated by various subsystems.
Re-exportsยง
pub use crate::logging::initialize::initialize;
Modulesยง
- compute
- 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 of
Datum
s into key and value row. - Shared
Logging ๐State - State shared between different logging dataflow fragments.
Functionsยง
- consolidate_
and_ ๐pack - A single-purpose function to consolidate and pack updates for log collection.
Type Aliasesยง
- Output
Session ๐ - An output session for the specified container builder.
- Output
Session ๐Columnar - An output session for columnar containers of updates
D
, using a column builder. - Output
Session ๐Vec - An output session for vector-based containers of updates
D
, using a capacity container builder. - Pusher ๐
- A pusher for containers
C
. - Update ๐
- An update of value
D
at a time and with a diff.