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§
- Sampling
Interval - A time interval in which samples are folded into an aggregation.
- Sampling
Profile - One or more cooperative
SamplingIntervals. - Serialized
Buffer - A buffer of data from time matrix.
- Time
Matrix - 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.
- Gauge
Force Simple8b Rle - A semantic like
Gaugethat avoids [DeltaZigzagSimple8bRle] until we fix some other issues.
Traits§
- Data
Semantic - A type that describes the semantics of data folded by
Samplers. - Time
Matrix Fold - A
TimeMatrixtype that can sample data. - Time
Matrix Tick - A
TimeMatrixtype that can be advanced forward in time.