public abstract class InterceptingMetricsFactory extends java.lang.Object implements IMetricsFactory
| Constructor and Description |
|---|
InterceptingMetricsFactory(IMetricsFactory other) |
| Modifier and Type | Method and Description |
|---|---|
IMetricsScope |
createMetrics() |
protected void |
interceptAddData(java.lang.String name,
double value,
StandardUnit unit,
IMetricsScope scope) |
protected void |
interceptAddDimension(java.lang.String name,
java.lang.String value,
IMetricsScope scope) |
protected void |
interceptCreateMetrics(IMetricsScope scope) |
protected void |
interceptEnd(IMetricsScope scope) |
public InterceptingMetricsFactory(IMetricsFactory other)
public IMetricsScope createMetrics()
createMetrics in interface IMetricsFactoryprotected void interceptCreateMetrics(IMetricsScope scope)
protected void interceptAddData(java.lang.String name,
double value,
StandardUnit unit,
IMetricsScope scope)
protected void interceptAddDimension(java.lang.String name,
java.lang.String value,
IMetricsScope scope)
protected void interceptEnd(IMetricsScope scope)