| Package | Description |
|---|---|
| org.avaje.metric |
The main public API for Avaje Metrics.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimingMetricInfo> |
RequestTimingManager.getAllTimingMetrics(String nameMatchExpression)
Return the list of all timing metrics that match the name expression.
|
List<TimingMetricInfo> |
RequestTimingManager.getRequestTimingMetrics(String nameMatchExpression)
Return all the timing metrics that are currently collecting per request timings and whose name
matches the name expression.
|
List<TimingMetricInfo> |
RequestTimingManager.setRequestTimingCollectionUsingMatch(String nameMatchExpression,
int collectionCount)
Set request timing on all the timed metrics whose name starts with a given prefix.
|
Copyright © 2019. All rights reserved.