| Class | Description |
|---|---|
| AbstractMetric |
An abstract class to keep generic behavior for metric instances.
|
| CachedGaugeImpl<T> |
Implementation of cached
Gauge metric |
| CounterImpl |
Implementation class wrapping
Counter metric |
| GaugeImpl<T> |
Implementation of
Gauge metric |
| HistogramImpl |
Implementation class wrapping
Histogram metric |
| MeterImpl |
Implementation class wrapping
Meter metric |
| MetricServiceImpl |
Implementation class for
MetricService, which will use the Metrics (https://dropwizard.github.io/metrics)
library. |
| MetricServiceImpl.Builder | |
| MetricsLevelConfiguration |
Configurations for each metric level
|
| TimerImpl |
Implementation class wrapping
Timer metric |
| Exception | Description |
|---|---|
| MetricsLevelConfigException |
Exception class for Metrics Level Configuration
|
Copyright © 2014–2021 WSO2. All rights reserved.