Uses of Package
org.apache.sling.commons.metrics
-
Packages that use org.apache.sling.commons.metrics Package Description org.apache.sling.commons.metrics Provides an API to generate and collect metrics in various formsorg.apache.sling.commons.metrics.internal -
Classes in org.apache.sling.commons.metrics used by org.apache.sling.commons.metrics Class Description Counter An incrementing and decrementing counter metric.Counting 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. -
Classes in org.apache.sling.commons.metrics used by org.apache.sling.commons.metrics.internal Class Description Counter An incrementing and decrementing counter metric.Histogram A metric which calculates the distribution of a value.Meter A meter metric which measures mean throughputMetricsService TheMetricsService
enables creation of various types ofMetric
.Timer A timer metric which aggregates timing durations and provides duration statistics.