Module org.elasticsearch.server
Package org.elasticsearch.common.metrics
package org.elasticsearch.common.metrics
-
ClassesClassDescriptionA
CounterMetric
is used to track the number of completed and outstanding items, for example, the number of executed refreshes, the currently used memory by indexing, the current pending search requests.Simple usage stat counters based on longs.A histogram with a fixed number of buckets of exponentially increasing width.Implements a version of an exponentially weighted moving rate (EWMR).