Class IpdStringBucketsCounter

java.lang.Object
com.atlassian.diagnostics.ipd.api.meters.custom.type.IpdStringBucketsCounter
All Implemented Interfaces:
IpdBucketsCounterMxBean

public class IpdStringBucketsCounter extends Object implements 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