Module series

Module series 

Source
Expand description

Round-robin multi-resolution time series.

Modules§

interpolation
Sample and aggregation interpolation.
metadata
Metadata for time matrices.
statistic
Statistics and sample aggregation.

Structs§

SamplingInterval
A time interval in which samples are folded into an aggregation.
SamplingProfile
One or more cooperative SamplingIntervals.
SerializedBuffer
A buffer of data from time matrix.
TimeMatrix
One or more statistical round-robin time series.

Enums§

BitSet
A set of Boolean values.
Capacity
Capacity bounds of a [RingBuffer].
Counter
A continually increasing value.
Gauge
A fluctuating value.
GaugeForceSimple8bRle
A semantic like Gauge that avoids [DeltaZigzagSimple8bRle] until we fix some other issues.

Traits§

DataSemantic
A type that describes the semantics of data folded by Samplers.
TimeMatrixFold
A TimeMatrix type that can sample data.
TimeMatrixTick
A TimeMatrix type that can be advanced forward in time.