| Interface | Description |
|---|---|
| StepRegistryConfig |
Common configuration settings for any registry that pushes aggregated
metrics on a regular interval.
|
| Class | Description |
|---|---|
| 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.
|
| StepDistributionSummary | |
| StepDouble |
Subtly different from
com.netflix.spectator.impl.StepDouble in that we want to be able
to increment BEFORE rolling over the interval. |
| StepLong | |
| StepMeterRegistry |
Registry that step-normalizes counts and sums to a rate/second over the publishing interval.
|
| StepTimer |