Expand description
Helper types and functions used within the metrics ecosystem.
Modules§
- debugging
debugging
Debugging utilities. - Layers are composable helpers that can be “layered” on top of an existing
Recorder
to enhance or alter its behavior as desired, without having to change the recorder implementation itself. - registry
registry
High-performance metrics storage.
Structs§
- Atomic
Bucket handles
A lock-free bucket with snapshot capabilities. - A composite key that stores both the metric key and the metric kind.
- A wrapper type that provides
Hashable
for any type that isHash
. - A bucketed histogram.
- Metric kind mask.
- A quantile that has both the raw value and a human-friendly display label.
- Wraps a recorder to allow for recovering it after being installed.
- Summary
summary
A quantile sketch with relative-error guarantees.
Enums§
- Metric kind.
Traits§
- A type that can hash itself.
Functions§
- Parses a slice of floating-point values into a vector of
Quantile
s.