Class CountedInterceptor
- java.lang.Object
-
- io.quarkus.micrometer.runtime.binder.mpmetrics.CountedInterceptor
-
@Counted @Interceptor @Priority(1010) class CountedInterceptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) MetricRegistryAdaptermpRegistry
-
Constructor Summary
Constructors Constructor Description CountedInterceptor(MetricRegistryAdapter mpRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ObjectcountedConstructor(javax.interceptor.InvocationContext context)(package private) ObjectcountedMethod(javax.interceptor.InvocationContext context)(package private) ObjectcountedTimeout(javax.interceptor.InvocationContext context)(package private) Objectincrement(javax.interceptor.InvocationContext context, String methodName)
-
-
-
Field Detail
-
mpRegistry
final MetricRegistryAdapter mpRegistry
-
-
Constructor Detail
-
CountedInterceptor
CountedInterceptor(MetricRegistryAdapter mpRegistry)
-
-
Method Detail
-
countedConstructor
Object countedConstructor(javax.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
countedMethod
Object countedMethod(javax.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
countedTimeout
Object countedTimeout(javax.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
-