Class IpdStringBucketsCounter
java.lang.Object
com.atlassian.diagnostics.ipd.api.meters.custom.type.IpdStringBucketsCounter
- All Implemented Interfaces:
IpdBucketsCounterMxBean
Metric type holding information about the number of values that fall into specific buckets.
Example:
the buckets are defined as "a", "b", "c"
increment("a") -> bucket "a" will be incremented
increment("b") -> bucket "b" will be incremented
increment("invalid") -> nothing will be incremented
Made for use with CustomMeter.- Since:
- 5.0.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IpdStringBucketsCounter
-
-
Method Details
-
increment
-
reset
public void reset() -
getBuckets
- Specified by:
getBucketsin interfaceIpdBucketsCounterMxBean
-
buckets
-