Expand description
Mutable metrics::registry::Storage
backed by a prometheus::Registry
.
Structs§
- Storage
metrics::registry::Storage
backed by aprometheus::Registry
and allowing to change ahelp
description of the registeredprometheus
metrics in runtime.
Type Aliases§
- Collection
- Collection of
Describable
metric::Bundle
s, stored in a mutableStorage
. - Map
- Thread-safe
HashMap
aCollection
is built upon.