Package org.elasticsearch.telemetry
Class RecordingInstruments.RecordingLongHistogram
java.lang.Object
org.elasticsearch.telemetry.RecordingInstruments.RecordingInstrument
org.elasticsearch.telemetry.RecordingInstruments.RecordingLongHistogram
- All Implemented Interfaces:
Instrument,LongHistogram
- Enclosing class:
RecordingInstruments
public static class RecordingInstruments.RecordingLongHistogram
extends RecordingInstruments.RecordingInstrument
implements LongHistogram
-
Field Summary
Fields inherited from class org.elasticsearch.telemetry.RecordingInstruments.RecordingInstrument
nameFields inherited from interface org.elasticsearch.telemetry.metric.LongHistogram
NOOP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.telemetry.RecordingInstruments.RecordingInstrument
call, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.telemetry.metric.Instrument
getName
-
Constructor Details
-
RecordingLongHistogram
-
-
Method Details
-
record
public void record(long value) - Specified by:
recordin interfaceLongHistogram
-
record
- Specified by:
recordin interfaceLongHistogram
-