Expand description
Statistics and sample aggregation.
Modules§
- recipe
- Type definitions and respellings of common or interesting statistic types.
Structs§
- Arithmetic
Mean - Arithmetic mean statistic.
- Last
- Statistic for keeping the most recent sample.
- Latch
Max - Maximum statistic that sums non-monotonic samples into the maximum.
- Max
- Maximum statistic.
- Min
- Minimum statistic.
- Post
Aggregation - Post-aggregation transform.
- Reset
- Applies an arbitrary reset function to a
Statistic
. - Sum
- Sum statistic.
- Union
Enums§
- Fold
Error - Sample folding error.
Traits§
- Serial
Statistic - A
Statistic
for which an in-memory ring buffer encoding is defined. - Statistic
- A statistical function type that folds samples into an aggregation.
- Statistic
Ext - Extension methods for
Statistic
s.
Type Aliases§
- Aggregation
- The associated aggregation type of a
Statistic
. - Metadata
- The associated metadata type of a
Statistic
. - Sample
- The associated sample type of a
Statistic
. - Semantic
- The associated data semantic type of a
Statistic
. - Transform
- A post-aggregation of a function pointer.