Class NoopInfo
java.lang.Object
eu.rarogsoftware.rarog.platform.core.metrics.noop.NoopInfo
- All Implemented Interfaces:
BasicMetric<Info>
,Info
-
Constructor Details
-
NoopInfo
public NoopInfo()
-
-
Method Details
-
labels
Description copied from interface:BasicMetric
Returns child with the given labels.Must be passed the same number of labels are were passed to
BaseMetricSettings.labels(String...)
.- Specified by:
labels
in interfaceBasicMetric<Info>
- Parameters:
labels
- labels (dimensions) of metric to log
-
info
Description copied from interface:Info
Sets info.
-