Expand description
Mutable metrics::registry::Storage backed by a prometheus::Registry.
Structs§
- Storage
metrics::registry::Storagebacked by aprometheus::Registryand allowing to change ahelpdescription of the registeredprometheusmetrics in runtime.
Type Aliases§
- Collection
- Collection of
Describablemetric::Bundles, stored in a mutableStorage. - Map
- Thread-safe
HashMapaCollectionis built upon.