Class CountAtBucket
java.lang.Object
io.micrometer.core.instrument.distribution.CountAtBucket
The count of events less than or equal to a histogram bucket.
-
Constructor Summary
ConstructorDescriptionCountAtBucket
(double bucket, double count) Create aCountAtBucket
instance.CountAtBucket
(long bucket, double count) Deprecated. -
Method Summary
-
Constructor Details
-
CountAtBucket
Deprecated.UseCountAtBucket(double, double)
instead since 1.4.0.Create aCountAtBucket
instance.- Parameters:
bucket
- bucketcount
- count
-
CountAtBucket
public CountAtBucket(double bucket, double count) Create aCountAtBucket
instance.- Parameters:
bucket
- bucketcount
- count- Since:
- 1.4.0
-
-
Method Details
CountAtBucket(double, double)
instead since 1.4.0.