| Package | Description | 
|---|---|
| org.apache.sling.commons.metrics | 
 Provides an API to generate and collect metrics in various forms 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Counter
An incrementing and decrementing counter metric. 
 | 
interface  | 
Histogram
A metric which calculates the distribution of a value. 
 | 
interface  | 
Meter
A meter metric which measures mean throughput 
 | 
interface  | 
Timer
A timer metric which aggregates timing durations and provides duration statistics. 
 | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.