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.

Traits§

DataSemantic
A type that describes the semantics of data folded by Samplers.
Interpolator
MatrixSampler
A buffered round-robin sampler over timed samples (e.g., a TimeMatrix).