Module block_partition_spec

Module block_partition_spec 

Source
Expand description

Specification for a view partition backed by a set of telemetry blocks which can be processed out of order

Structs§

BlockPartitionSpec
BlockPartitionSpec processes blocks individually and out of order which works fine for measures & log entries.

Traits§

BlockProcessor
BlockProcessor transforms a single block of telemetry into a set of rows

Type Aliases§

BlockProcessorMap
Map from streams.format to 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").