Module metrics_util::registry
source · Available on crate feature
registry
only.Expand description
High-performance metrics storage.
Structs§
- Atomic metric storage.
- Generation
recency
The generation of a metric. - Generational
recency
Generation tracking for a metric. - GenerationalStorage
recency
Generational metric storage. - Recency
recency
Tracks recency of metric updates by their registry generation and time. - A high-performance metric registry.
Traits§
- Defines the underlying storage for metrics as well as how to create them.
Type Aliases§
- GenerationalAtomicStorage
recency
Generational atomic metric storage.