Struct metrics_util::layers::Prefix [−][src]
pub struct Prefix<R> { /* fields omitted */ }
Expand description
Applies a prefix to every metric key.
Keys will be prefixed in the format of <prefix>.<remaining>
.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for Prefix<R> where
R: RefUnwindSafe,
impl<R> UnwindSafe for Prefix<R> where
R: UnwindSafe,