Uses of Interface
org.apache.sling.commons.metrics.Metric
-
-
Uses of Metric in org.apache.sling.commons.metrics
Subinterfaces of Metric in org.apache.sling.commons.metrics Modifier and Type Interface Description interfaceCounterAn incrementing and decrementing counter metric.interfaceHistogramA metric which calculates the distribution of a value.interfaceMeterA meter metric which measures mean throughputinterfaceTimerA timer metric which aggregates timing durations and provides duration statistics.
-