Module org.elasticsearch.server
Interface DoubleHistogram
- All Superinterfaces:
Instrument
Record arbitrary values that are summarized statistically, useful for percentiles and histograms.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.elasticsearch.telemetry.metric.Instrument
getName
-
Field Details
-
NOOP
Noop histogram for tests
-
-
Method Details
-
record
void record(double value) Record a sample for the measured item- Parameters:
value
-
-
record
Record a sample for the measured item- Parameters:
attributes
- key-value pairs to associate with the current sample
-