Module metrics_util::debugging
source · Available on crate feature
debugging
only.Expand description
Debugging utilities.
While these utilities are primarily designed to help aid with testing and debugging of exporters
and core parts of the metrics
ecosystem, they can be beneficial for in-process collecting of
metrics in some limited cases.
Structs§
- A simplistic recorder that can be installed and used for debugging or testing.
- A point-in-time snapshot of all metrics in
DebuggingRecorder
. - Captures point-in-time snapshots of
DebuggingRecorder
.
Enums§
- A point-in-time value for a metric exposing raw values.