| Class | Description |
|---|---|
| StatsBuffer |
A simple circular buffer that records values, and computes useful stats.
|
| StatsConfig |
Configuration options for a
StatsTimer
By default we publish count (number of times the timer was executed), totalTime, and
95.0, and 99.0 percentiles. |
| StatsConfig.Builder |
Builder for StatsConfig.
|