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 |
---|---|
TimedMetric[] |
BucketTimedMetric.getBuckets()
Return the underlying TimedMetrics with one per bucket.
|
static TimedMetric |
MetricManager.getTimedMetric(Class<?> cls,
String eventName)
Return a TimedMetric using the Class, name to derive the MetricName.
|
static TimedMetric |
MetricManager.getTimedMetric(MetricName name)
Return a TimedMetric given the name.
|
static TimedMetric |
MetricManager.getTimedMetric(String name)
Return a TimedMetric given the name.
|
TimedMetric |
TimedMetricGroup.getTimedMetric(String name)
Return the TimedMetric for the specific name.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricVisitor.visit(TimedMetric timed)
Visit a TimedMetric.
|
Modifier and Type | Method and Description |
---|---|
TimedMetric |
PluginMetricManager.getTimedMetric(MetricName name)
Return the TimedMetric using the metric name.
|
Copyright © 2014. All Rights Reserved.