java.lang.Object
org.elasticsearch.common.metrics.ExponentialBucketHistogram
org.elasticsearch.common.network.HandlingTimeTracker
Tracks how long message handling takes on a transport thread as a histogram with fixed buckets.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.common.metrics.ExponentialBucketHistogram
addObservation, calculateBucketUpperBounds, clear, getBucketUpperBounds, getPercentile, getPercentile, getSnapshot
-
Field Details
-
BUCKET_COUNT
public static final int BUCKET_COUNT- See Also:
-
-
Constructor Details
-
HandlingTimeTracker
public HandlingTimeTracker()
-
-
Method Details
-
getBucketUpperBounds
public static int[] getBucketUpperBounds()
-