| Interface | Description |
|---|---|
| StepRegistryConfig |
Common configuration settings for any registry that pushes aggregated
metrics on a regular interval.
|
| Class | Description |
|---|---|
| AbstractStepRegistry |
A
Registry implementation that is suitable for
any monitoring system that expects metrics on an interval with step-aggregated values. |
| StepClock |
Wraps a clock implementation with one that only reports wall times on
exact boundaries of the step.
|
| StepCounter |
Counter that reports a rate per second to a monitoring system.
|
| StepSpectatorMeterRegistry |
Spectator-backed registry that step-normalizes counts and sums to a rate/second over the publishing interval
|