Struct metrics_util::layers::Absolute [−][src]
pub struct Absolute<R> { /* fields omitted */ }
Converts absolute counter values into incremental values.
More information on the behavior of the layer can be found in AbsoluteLayer
.
Trait Implementations
impl<R: Recorder> Recorder for Absolute<R>
[src]
impl<R: Recorder> Recorder for Absolute<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 Absolute<R>
impl<R> !RefUnwindSafe for Absolute<R>
impl<R> UnwindSafe for Absolute<R> where
R: UnwindSafe,
impl<R> UnwindSafe for Absolute<R> where
R: UnwindSafe,