pub async fn report_handler(
reliability: &Arc<PushReliability>,
) -> Result<HttpResponse>
Expand description
Handle the /metrics
request by returning a Prometheus compatible report.
pub async fn report_handler(
reliability: &Arc<PushReliability>,
) -> Result<HttpResponse>
Handle the /metrics
request by returning a Prometheus compatible report.