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>
.
pub struct Prefix<R> { /* fields omitted */ }
Applies a prefix to every metric key.
Keys will be prefixed in the format of <prefix>.<remaining>
.