Package | Description |
---|---|
org.apache.sling.commons.metrics |
Provides an API to generate and collect metrics in various forms
|
Class and Description |
---|
Counter
An incrementing and decrementing counter metric.
|
Counting |
Gauge
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 throughput
|
Metric |
MetricsService
The
MetricsService enables creation of various types of Metric . |
Timer
A timer metric which aggregates timing durations and provides duration statistics.
|
Timer.Context
A timing context.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.