Module org.elasticsearch.server
Package org.elasticsearch.telemetry.metric
package org.elasticsearch.telemetry.metric
-
ClassDescriptionA monotonically increasing double based on a callback.A monotonically increasing metric that uses a double.Record non-additive double values based on a callback.Record arbitrary values that are summarized statistically, useful for percentiles and histograms.A counter that supports decreasing and increasing values.A monotonically increasing long metric based on a callback.A monotonically increasing metric that uses a long.Record non-additive long values based on a callbackThis wrapper allow us to record metric with APM (via
LongGauge) while also access its current state viaAtomicLongRecord arbitrary values that are summarized statistically, useful for percentiles and histograms.A counter that supports decreasing and increasing values.Container for metering instruments.