Package org.apache.sling.commons.metrics
@Version("1.4.0")
package org.apache.sling.commons.metrics
Provides an API to generate and collect metrics in various forms
- Version:
- 1.0
-
ClassDescriptionAn incrementing and decrementing counter metric.Gauge<T>A gauge metric is an instantaneous reading of a particular value.A metric which calculates the distribution of a value.A meter metric which measures mean throughputThe
MetricsService
enables creation of various types ofMetric
.Utility that provides a MetricsService to any class that has been loaded from an OSGi bundle.A timer metric which aggregates timing durations and provides duration statistics.A timing context.