@Version("1.3.0")
Package org.apache.sling.commons.metrics
Provides an API to generate and collect metrics in various forms
-
Interface Summary Interface Description Counter An incrementing and decrementing counter metric.Counting Gauge<T> A gauge metric is an instantaneous reading of a particular value.Histogram A metric which calculates the distribution of a value.Meter A meter metric which measures mean throughputMetric MetricsService TheMetricsService
enables creation of various types ofMetric
.Timer A timer metric which aggregates timing durations and provides duration statistics.Timer.Context A timing context. -
Class Summary Class Description MetricsServiceFactory Utility that provides a MetricsService to any class that has been loaded from an OSGi bundle.