Module recorder

Source
Expand description

metrics::Recorder implementations.

Re-exports§

pub use self::freezable::Recorder as Freezable;
pub use self::frozen::Recorder as Frozen;

Modules§

freezable
metrics::Recorder being able to stop registering new metrics in the benefit of providing fast access to already registered ones.
frozen
Fast and read-only metrics::Recorder.
layer
metrics::Layer implementations.

Structs§

Builder
Builder for building a Recorder.
Recorder
metrics::Recorder registering metrics in a prometheus::Registry and powered by a metrics::Registry built on top of a storage::Mutable.

Traits§

IntoCow
Ad hoc polymorphism for accepting either a reference or an owned function argument.
Layer
Decorates an object by wrapping it within another type.