Package org.elasticsearch.common.metrics


package org.elasticsearch.common.metrics
  • Classes
    Class
    Description
    A 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.