| Class | Description |
|---|---|
| BucketCounter |
Counters that get incremented based on the bucket for recorded values.
|
| BucketDistributionSummary |
Distribution summaries that get updated based on the bucket for recorded values.
|
| BucketFunctions |
Helpers for creating bucketing functions.
|
| BucketTimer |
Timers that get updated based on the bucket for recorded values.
|
| PercentileBuckets |
Bucket values for estimating a percentile from a set of non-negative long values.
|
| PercentileDistributionSummary |
Distribution summary that buckets the counts to allow for estimating percentiles.
|
| PercentileDistributionSummary.Builder |
Helper for getting instances of a PercentileDistributionSummary.
|
| PercentileTimer |
Timer that buckets the counts to allow for estimating percentiles.
|
| PercentileTimer.Builder |
Helper for getting instances of a PercentileTimer.
|