All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jonnymatts.prometheus.http.HttpRequestMetricCounter Maven / Gradle / Ivy

The newest version!
package com.jonnymatts.prometheus.http;

import com.jonnymatts.prometheus.collectors.PrometheusCounter;

public class HttpRequestMetricCounter extends PrometheusCounter {

    public HttpRequestMetricCounter() {
        super("http_requests_total",
                "Total HTTP requests handled",
                "method", "handler", "code");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy