Struct dipstick::AppGauge [] [src]

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

A gauge that sends values to the metrics backend

Methods

impl<M> AppGauge<M>
[src]

[src]

Record a value point for this gauge.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<M> Send for AppGauge<M> where
    M: Send

impl<M> Sync for AppGauge<M> where
    M: Sync