metrics

Function metrics 

Source
pub fn metrics<S, B>() -> impl Transform<S, ServiceRequest, Response = ServiceResponse<impl MessageBody>, Error = Error, InitError = ()>
where S: Service<ServiceRequest, Response = ServiceResponse<B>, Error = Error> + 'static, B: MessageBody + 'static,