Class ConcurrentGaugeInterceptor
- java.lang.Object
-
- io.quarkus.micrometer.runtime.binder.mpmetrics.ConcurrentGaugeInterceptor
-
@ConcurrentGauge @Interceptor @Priority(1010) class ConcurrentGaugeInterceptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) MetricRegistryAdaptermpRegistry
-
Constructor Summary
Constructors Constructor Description ConcurrentGaugeInterceptor(MetricRegistryAdapter mpRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ObjectcGauge(javax.interceptor.InvocationContext context, String methodName)(package private) ObjectcGaugeConstructor(javax.interceptor.InvocationContext context)(package private) ObjectcGaugeMethod(javax.interceptor.InvocationContext context)(package private) ObjectcGaugeTimeout(javax.interceptor.InvocationContext context)
-
-
-
Field Detail
-
mpRegistry
final MetricRegistryAdapter mpRegistry
-
-
Constructor Detail
-
ConcurrentGaugeInterceptor
ConcurrentGaugeInterceptor(MetricRegistryAdapter mpRegistry)
-
-
Method Detail
-
cGaugeConstructor
Object cGaugeConstructor(javax.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
cGaugeMethod
Object cGaugeMethod(javax.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
cGaugeTimeout
Object cGaugeTimeout(javax.interceptor.InvocationContext context) throws Exception
- Throws:
Exception
-
-