| Class | Description |
|---|---|
| CardinalityLimiters |
Helper functions to help manage the cardinality of tag values.
|
| IdBuilder<T> |
Base type for builders that are required to construct an
Id object. |
| IntervalCounter |
A counter that also keeps track of the time since last update.
|
| LongTaskTimer |
Timer intended to track a small number of long running tasks.
|
| PolledMeter |
Helper for configuring a meter that will receive a value by regularly polling the
source in the background.
|
| PolledMeter.Builder |
Builder for configuring a polled meter value.
|
| TagsBuilder<T extends TagsBuilder<T>> |
Base class used for builders that need to allow for additional tagging to be
added onto a base id.
|
| ThreadPoolMonitor |
Monitors and reports a common set of metrics for thread pools.
|