Package io.split.engine.metrics
Class Metrics.NoopMetrics
- java.lang.Object
-
- io.split.engine.metrics.Metrics.NoopMetrics
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.split.engine.metrics.Metrics
Metrics.NoopMetrics
-
-
Constructor Summary
Constructors Constructor Description NoopMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcount(String counter, long delta)Adjusts the specified counter by a given delta.voidtime(String operation, long timeInMs)Records an execution time in milliseconds for the specified named operation.
-
-
-
Method Detail
-
count
public void count(String counter, long delta)
Description copied from interface:MetricsAdjusts the specified counter by a given delta.This method is is non-blocking and is guaranteed not to throw an exception.
-
-