| Package | Description |
|---|---|
| org.avaje.metric |
The main public API for Avaje Metrics.
|
| org.avaje.metric.statistics |
| Modifier and Type | Method and Description |
|---|---|
void |
Metric.collect(MetricStatisticsVisitor collector)
Typically this is only called by the MetricManager and tells the metric to collect its underlying statistics for
reporting purposes and in addition resetting and internal counters it has.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricStatistics.visit(MetricStatisticsVisitor reporter)
Visit the reporter for the given metric type.
|
void |
TimedAdapter.visit(MetricStatisticsVisitor visitor) |
Copyright © 2019. All rights reserved.