public class MeterCounterInterceptor extends BaseMeterInterceptor<MeterCounter,io.micrometer.core.instrument.Counter>
构造器和说明 |
---|
MeterCounterInterceptor() |
限定符和类型 | 方法和说明 |
---|---|
protected MeterCounter |
getAnno(Invocation inv)
获取注解
|
protected java.lang.String |
getAnnoName(MeterCounter anno)
获取注解名字
|
protected java.lang.Object |
metering(Invocation inv,
MeterCounter anno)
度量
|
doIntercept, getMeter, getMeterName, getMeterTags
protected MeterCounter getAnno(Invocation inv)
BaseMeterInterceptor
getAnno
在类中 BaseMeterInterceptor<MeterCounter,io.micrometer.core.instrument.Counter>
protected java.lang.String getAnnoName(MeterCounter anno)
BaseMeterInterceptor
getAnnoName
在类中 BaseMeterInterceptor<MeterCounter,io.micrometer.core.instrument.Counter>
protected java.lang.Object metering(Invocation inv, MeterCounter anno) throws java.lang.Throwable
BaseMeterInterceptor
metering
在类中 BaseMeterInterceptor<MeterCounter,io.micrometer.core.instrument.Counter>
java.lang.Throwable