Class DefaultPrometheusMetrics
java.lang.Object
org.jenkinsci.plugins.prometheus.service.DefaultPrometheusMetrics
- All Implemented Interfaces:
PrometheusMetrics
public class DefaultPrometheusMetrics extends Object implements PrometheusMetrics
-
Constructor Summary
Constructors Constructor Description DefaultPrometheusMetrics()
-
Method Summary
Modifier and Type Method Description void
collectMetrics()
String
getMetrics()
-
Constructor Details
-
DefaultPrometheusMetrics
public DefaultPrometheusMetrics()
-
-
Method Details
-
getMetrics
- Specified by:
getMetrics
in interfacePrometheusMetrics
-
collectMetrics
public void collectMetrics()- Specified by:
collectMetrics
in interfacePrometheusMetrics
-