Class VertxNettyAllocatorMetricsProvider
- java.lang.Object
-
- io.quarkus.micrometer.runtime.binder.netty.VertxNettyAllocatorMetricsProvider
-
@Singleton public class VertxNettyAllocatorMetricsProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description VertxNettyAllocatorMetricsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.micrometer.core.instrument.binder.MeterBindervertxPooledByteBufAllocatorMetrics()io.micrometer.core.instrument.binder.MeterBindervertxUnpooledByteBufAllocatorMetrics()
-
-
-
Method Detail
-
vertxPooledByteBufAllocatorMetrics
@Produces @Singleton public io.micrometer.core.instrument.binder.MeterBinder vertxPooledByteBufAllocatorMetrics()
-
vertxUnpooledByteBufAllocatorMetrics
@Produces @Singleton public io.micrometer.core.instrument.binder.MeterBinder vertxUnpooledByteBufAllocatorMetrics()
-
-