| 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 CounterMetric | 
MetricManager.getCounterMetric(Class<?> cls,
                String eventName)
Return a CounterMetric using the Class and name to derive the MetricName. 
 | 
static CounterMetric | 
MetricManager.getCounterMetric(MetricName name)
Return a CounterMetric given the name. 
 | 
static CounterMetric | 
MetricManager.getCounterMetric(String name)
Return a CounterMetric given the name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MetricVisitor.visit(CounterMetric counter)
Visit a CounterMetric. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CounterMetric | 
PluginMetricManager.getCounterMetric(MetricName name)
Return the CounterMetric using the metric name. 
 | 
Copyright © 2014. All Rights Reserved.