Struct tacho::metrics::Recorder
[−]
[src]
pub struct Recorder(_);
Methods
impl Recorder[src]
fn record(&mut self,
counters: Vec<Counter>,
gauges: Vec<Gauge>,
timers: Vec<Timer>)
counters: Vec<Counter>,
gauges: Vec<Gauge>,
timers: Vec<Timer>)
Places the current MetricsBundle into the tx receiver for later processing.
Trait Implementations
impl Clone for Recorder[src]
fn clone(&self) -> Recorder
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more