Struct metrics_util::layers::Fanout [−][src]
pub struct Fanout { /* fields omitted */ }
Expand description
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]
fn register_counter(
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
[src]Registers a counter. Read more
fn register_gauge(
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
[src]
fn register_gauge(
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
[src]Registers a gauge. Read more
fn register_histogram(
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
[src]
fn register_histogram(
&self,
key: &Key,
unit: Option<Unit>,
description: Option<&'static str>
)
[src]Registers a histogram. Read more
fn increment_counter(&self, key: &Key, value: u64)
[src]
fn increment_counter(&self, key: &Key, value: u64)
[src]Increments a counter.
fn update_gauge(&self, key: &Key, value: GaugeValue)
[src]
fn update_gauge(&self, key: &Key, value: GaugeValue)
[src]Updates a gauge.
fn record_histogram(&self, key: &Key, value: f64)
[src]
fn record_histogram(&self, key: &Key, value: f64)
[src]Records a histogram.
Auto Trait Implementations
impl !RefUnwindSafe for Fanout
impl !Send for Fanout
impl !Sync for Fanout
impl Unpin for Fanout
impl !UnwindSafe for Fanout
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
[src]
impl<T> Pointable for T
[src]