Expand description
Specification for a view partition backed by a set of telemetry blocks which can be processed out of order
Structs§
- Block
Partition Spec - BlockPartitionSpec processes blocks individually and out of order which works fine for measures & log entries.
Traits§
- Block
Processor - BlockProcessor transforms a single block of telemetry into a set of rows
Type Aliases§
- Block
Processor Map - Map from
streams.formatto the processor that handles that wire format. Views register one entry per format they understand (e.g. log entries register both"micromegas-transit"and"otlp/v1/logs").