Expand description
metrics::registry::Storage
implementations.
Modules§
- immutable
- Immutable storage of
metric::Describable
. - mutable
- Mutable
metrics::registry::Storage
backed by aprometheus::Registry
.
Structs§
- Immutable
- Snapshot of a
mutable::Storage
, that is not capable of registering metrics in aprometheus::Registry
on the fly. - Mutable
metrics::registry::Storage
backed by aprometheus::Registry
and allowing to change ahelp
description of the registeredprometheus
metrics in runtime.
Traits§
- Get
- Retrieving a
Collection
ofmetric::Bundle
s from a storage.
Type Aliases§
- KeyName
- Name identifying a
metric::Bundle
stored in a storage.