Struct metrics_util::layers::Fanout [−][src]
pub struct Fanout { /* fields omitted */ }
Fans out metrics to multiple recorders.
Trait Implementations
impl Recorder for Fanout
[src]
impl Recorder for Fanout
[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 !RefUnwindSafe for Fanout
impl !RefUnwindSafe for Fanout
impl !UnwindSafe for Fanout
impl !UnwindSafe for Fanout