public class AMetricRegistryFactory extends Object
| Constructor and Description |
|---|
AMetricRegistryFactory() |
| Modifier and Type | Method and Description |
|---|---|
MetricRegistry |
get(MetricRegistry.Type type) |
MetricRegistry |
getApplicationRegistry() |
Counter |
getCounter(InjectionPoint ip) |
Histogram |
getHistogram(InjectionPoint ip) |
Meter |
getMeter(InjectionPoint ip) |
Timer |
getTimer(InjectionPoint ip) |
public MetricRegistry getApplicationRegistry()
public Counter getCounter(InjectionPoint ip)
public Histogram getHistogram(InjectionPoint ip)
public Meter getMeter(InjectionPoint ip)
public Timer getTimer(InjectionPoint ip)
public MetricRegistry get(MetricRegistry.Type type)
Copyright © 2018 JBoss by Red Hat. All rights reserved.