| 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 TimedMetricGroup | 
MetricManager.getTimedMetricGroup(Class<?> cls)
Return the TimedMetricGroup with a class providing the base metric name. 
 | 
static TimedMetricGroup | 
MetricManager.getTimedMetricGroup(MetricName baseName)
Return the TimedMetricGroup with a based metric name. 
 | 
static TimedMetricGroup | 
MetricManager.getTimedMetricGroup(String group,
                   String type)
Return a TimedMetricGroup with a common group and type name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TimedMetricGroup | 
PluginMetricManager.getTimedMetricGroup(MetricName baseName)
Return the TimedMetricGroup using the given base metric name. 
 | 
Copyright © 2014. All Rights Reserved.