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