Class NoopCounter
java.lang.Object
eu.rarogsoftware.rarog.platform.core.metrics.noop.NoopCounter
- All Implemented Interfaces:
BasicMetric<Counter>,Counter
-
Constructor Details
-
NoopCounter
NoopCounter()
-
-
Method Details
-
increase
public void increase(double amount) Description copied from interface:CounterIncrease value of counter. -
labels
Description copied from interface:BasicMetricReturns child with the given labels.Must be passed the same number of labels are were passed to
BaseMetricSettings.labels(String...).- Specified by:
labelsin interfaceBasicMetric<Counter>- Parameters:
labels- labels (dimensions) of metric to log
-
labels
Description copied from interface:BasicMetricReturns child with the given labels.Must be passed the same number of labels are were passed to
BaseMetricSettings.labels(String...).- Specified by:
labelsin interfaceBasicMetric<Counter>- Parameters:
labels- labels (dimensions) of metric to log
-