Struct metrics_util::layers::Filter [−][src]
pub struct Filter<R> { /* fields omitted */ }
Filters and discards metrics matching certain name patterns.
More information on the behavior of the layer can be found in FilterLayer
.
Trait Implementations
impl<R: Recorder> Recorder for Filter<R>
[src]
impl<R: Recorder> Recorder for Filter<R>
[src]fn register_counter(
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
[src]
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
fn register_gauge(
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
[src]
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
fn register_histogram(
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
[src]
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
fn increment_counter(&self, key: &Key, value: u64)
[src]
fn update_gauge(&self, key: &Key, value: GaugeValue)
[src]
fn record_histogram(&self, key: &Key, value: f64)
[src]
Auto Trait Implementations
impl<R> RefUnwindSafe for Filter<R> where
R: RefUnwindSafe,
impl<R> RefUnwindSafe for Filter<R> where
R: RefUnwindSafe,
impl<R> UnwindSafe for Filter<R> where
R: UnwindSafe,
impl<R> UnwindSafe for Filter<R> where
R: UnwindSafe,