Struct dipstick::ScopeGauge [] [src]

pub struct ScopeGauge<M> { /* fields omitted */ }

A gauge that sends values to the metrics backend

Methods

impl<M: Clone> ScopeGauge<M>
[src]

[src]

Record a value point for this gauge.

Trait Implementations

impl<M> Debug for ScopeGauge<M> where
    M: Debug
[src]

[src]

Formats the value using the given formatter.