| Interface | Description |
|---|---|
| StepRegistryConfig |
Common configuration settings for any registry that pushes aggregated
metrics on a regular interval.
|
| Class | Description |
|---|---|
| StepCounter |
Counter that reports a rate per second to a monitoring system.
|
| StepDistributionSummary | |
| StepDouble |
Subtly different from
com.netflix.spectator.impl.StepDouble in that we want to be able
to increment BEFORE rolling over the interval. |
| StepFunctionCounter<T> | |
| StepFunctionTimer<T> |
A timer that tracks monotonically increasing functions for count and totalTime.
|
| StepLong | |
| StepMeterRegistry |
Registry that step-normalizes counts and sums to a rate/second over the publishing interval.
|
| StepTimer |