Function dipstick::app::metrics [] [src]

pub fn metrics<'ph, M, S>(sink: S) -> AppMetrics<'ph, M, S> where
    S: Sink<M> + 'static,
    M: 'static,
    M: Send + Sync

Wrap the metrics backend to provide an application-friendly interface.