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 |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.