Struct metrics_util::layers::Prefix
source · [−]pub struct Prefix<R> { /* private fields */ }Expand description
Applies a prefix to every metric key.
Keys will be prefixed in the format of <prefix>.<remaining>.
pub struct Prefix<R> { /* private fields */ }Applies a prefix to every metric key.
Keys will be prefixed in the format of <prefix>.<remaining>.