Struct metrics_util::layers::Filter [−][src]
pub struct Filter<R> { /* fields omitted */ }
Expand description
Filters and discards metrics matching certain name patterns.
More information on the behavior of the layer can be found in FilterLayer
.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for Filter<R> where
R: RefUnwindSafe,
impl<R> UnwindSafe for Filter<R> where
R: UnwindSafe,