Struct dipstick::Gauge [] [src]

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

A gauge that sends values to the metrics backend

Methods

impl<M> Gauge<M>
[src]

[src]

Record a value point for this gauge.

Trait Implementations

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

[src]

Formats the value using the given formatter.