| Package | Description |
|---|---|
| org.avaje.metric |
The main public API for Avaje Metrics.
|
| org.avaje.metric.spi |
The service provider API that needs to be implemented by implementors.
|
| Modifier and Type | Method and Description |
|---|---|
List<RequestTiming> |
RequestTimingManager.collectRequestTimings()
Return the request timings that have been collected since the last collection.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MetricManager.reportTiming(RequestTiming requestTiming)
When a request completes it is reported to the manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiMetricManager.reportTiming(RequestTiming requestTiming)
When a request completes it is reported to the manager.
|
Copyright © 2019. All rights reserved.