Package org.eclipse.microprofile.metrics
Class Snapshot.HistogramBucket
java.lang.Object
org.eclipse.microprofile.metrics.Snapshot.HistogramBucket
- Enclosing class:
- Snapshot
Represents a cumulative histogram bucket at the moment it was sampled from the Snapshot. The bucket of
Timer
will be represented in nanoseconds.
See Snapshot.bucketValues()
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HistogramBucket
public HistogramBucket(double bucket, long count) - Parameters:
count
- count at this bucketbucket
- the upper limit value of this bucket
-
-
Method Details