| 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 |
|---|---|
static ValueMetric |
MetricManager.getValueMetric(Class<?> cls,
String eventName)
Return a ValueMetric using the Class and name to derive the MetricName.
|
static ValueMetric |
MetricManager.getValueMetric(MetricName name)
Return a ValueMetric given the name.
|
static ValueMetric |
MetricManager.getValueMetric(String name)
Return a ValueMetric given the name.
|
| Modifier and Type | Method and Description |
|---|---|
ValueMetric |
SpiMetricManager.getValueMetric(MetricName name)
Return the ValueMetric using the metric name.
|
Copyright © 2019. All rights reserved.