Module storage

Source
Expand description

metrics::registry::Storage implementations.

Modules§

immutable
Immutable storage of metric::Describable.
mutable
Mutable metrics::registry::Storage backed by a prometheus::Registry.

Structs§

Immutable
Snapshot of a mutable::Storage, that is not capable of registering metrics in a prometheus::Registry on the fly.
Mutable
metrics::registry::Storage backed by a prometheus::Registry and allowing to change a help description of the registered prometheus metrics in runtime.

Traits§

Get
Retrieving a Collection of metric::Bundles from a storage.

Type Aliases§

KeyName
Name identifying a metric::Bundle stored in a storage.