Class NoopHistogram
java.lang.Object
io.micrometer.core.instrument.distribution.NoopHistogram
- All Implemented Interfaces:
Histogram
,AutoCloseable
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
recordDouble
(double value) void
recordLong
(long value) takeSnapshot
(long count, double total, double max)
-
Field Details
-
INSTANCE
-
-
Method Details
-
recordLong
public void recordLong(long value) - Specified by:
recordLong
in interfaceHistogram
-
recordDouble
public void recordDouble(double value) - Specified by:
recordDouble
in interfaceHistogram
-
takeSnapshot
- Specified by:
takeSnapshot
in interfaceHistogram
-