Class NettyMetricsProvider
java.lang.Object
io.quarkus.micrometer.runtime.binder.netty.NettyMetricsProvider
-
Field Details
-
NETTY_DEFAULT_POOLED_ALLOCATOR_NAME
- See Also:
-
NETTY_DEFAULT_UNPOOLED_ALLOCATOR_NAME
- See Also:
-
-
Constructor Details
-
NettyMetricsProvider
public NettyMetricsProvider()
-
-
Method Details
-
pooledByteBufAllocatorMetrics
@Produces @Singleton public io.micrometer.core.instrument.binder.MeterBinder pooledByteBufAllocatorMetrics() -
unpooledByteBufAllocatorMetrics
@Produces @Singleton public io.micrometer.core.instrument.binder.MeterBinder unpooledByteBufAllocatorMetrics()
-