| 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. |
| FunctionTrackingStepCounter<T> |
Step counter that tracks increments in a monotonically increasing double function.
|
| 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.
|