Expand description
metrics::registry::Storage implementations.
Modules§
- immutable
- Immutable storage of
metric::Describable. - mutable
- Mutable
metrics::registry::Storagebacked by aprometheus::Registry.
Structs§
- Immutable
- Snapshot of a
mutable::Storage, that is not capable of registering metrics in aprometheus::Registryon the fly. - Mutable
metrics::registry::Storagebacked by aprometheus::Registryand allowing to change ahelpdescription of the registeredprometheusmetrics in runtime.
Traits§
- Get
- Retrieving a
Collectionofmetric::Bundles from a storage.
Type Aliases§
- KeyName
- Name identifying a
metric::Bundlestored in a storage.