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
SamplingInterval
s. - 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.
Traits§
- Data
Semantic - A type that describes the semantics of data folded by
Sampler
s. - Interpolator
- Matrix
Sampler - A buffered round-robin sampler over timed samples (e.g., a
TimeMatrix
).