Function dipstick::app_metrics [] [src]

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

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