Class VertxNettyAllocatorMetricsProvider

java.lang.Object
io.quarkus.micrometer.runtime.binder.netty.VertxNettyAllocatorMetricsProvider

@Singleton public class VertxNettyAllocatorMetricsProvider extends Object
  • Field Details

    • VERTX_POOLED_ALLOCATOR_NAME

      public static final String VERTX_POOLED_ALLOCATOR_NAME
      The name of the Vert.x pooled allocator.
      See Also:
    • VERTX_UNPOOLED_ALLOCATOR_NAME

      public static final String 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()