Class VertxNettyAllocatorMetricsProvider
java.lang.Object
io.quarkus.micrometer.runtime.binder.netty.VertxNettyAllocatorMetricsProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.micrometer.core.instrument.binder.MeterBinderio.micrometer.core.instrument.binder.MeterBinder
-
Field Details
-
VERTX_POOLED_ALLOCATOR_NAME
The name of the Vert.x pooled allocator.- See Also:
-
VERTX_UNPOOLED_ALLOCATOR_NAME
The name of the Vert.x unpooled allocator.- See Also:
-
-
Constructor Details
-
VertxNettyAllocatorMetricsProvider
public VertxNettyAllocatorMetricsProvider()
-
-
Method Details
-
vertxPooledByteBufAllocatorMetrics
@Produces @Singleton public io.micrometer.core.instrument.binder.MeterBinder vertxPooledByteBufAllocatorMetrics() -
vertxUnpooledByteBufAllocatorMetrics
@Produces @Singleton public io.micrometer.core.instrument.binder.MeterBinder vertxUnpooledByteBufAllocatorMetrics()
-