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
ConstructorsConstructorDescriptionCountAtBucket(double bucket, double count) Create aCountAtBucketinstance.CountAtBucket(long bucket, double count) Deprecated. -
Method Summary
-
Constructor Details
-
CountAtBucket
Deprecated.UseCountAtBucket(double, double)instead since 1.4.0.Create aCountAtBucketinstance.- Parameters:
bucket- bucketcount- count
-
CountAtBucket
public CountAtBucket(double bucket, double count) Create aCountAtBucketinstance.- Parameters:
bucket- bucketcount- count- Since:
- 1.4.0
-
-
Method Details
CountAtBucket(double, double)instead since 1.4.0.