Class AbstractGenericMetric
- java.lang.Object
-
- io.jenkins.plugins.metrics.enhanced.generic.label.AbstractGenericMetric
-
- All Implemented Interfaces:
IGenericMetric
- Direct Known Subclasses:
JobDetailsMetric
,NodeExecutorUsageMetric
,NodeLabelUsageMetric
,NodeUsageMetric
,OnlineNodeMetric
public abstract class AbstractGenericMetric extends Object implements IGenericMetric
-
-
Constructor Summary
Constructors Constructor Description AbstractGenericMetric(String metricName, String metricHelp, List<String> labelNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.prometheus.client.CounterMetricFamily
getCounterMetricFamily()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.jenkins.plugins.metrics.enhanced.generic.label.IGenericMetric
getGenericMetrics
-
-