Function dipstick::metrics [] [src]

pub fn metrics<M, IC>(chain: IC) -> AppMetrics<M> where
    M: Clone + Send + Sync + 'static,
    IC: Into<Chain<M>>, 
Deprecated since 0.5.0

: Use app_metrics instead.

Wrap the metrics backend to provide an application-friendly interface. Open a metric scope to share across the application.