Class NettyAllocatorMetrics

java.lang.Object
io.micrometer.core.instrument.binder.netty4.NettyAllocatorMetrics
All Implemented Interfaces:
MeterBinder

public class NettyAllocatorMetrics extends Object implements MeterBinder
MeterBinder for Netty memory allocators.
Since:
1.11.0
See Also:
  • Constructor Details

    • NettyAllocatorMetrics

      public NettyAllocatorMetrics(io.netty.buffer.ByteBufAllocatorMetricProvider allocator)
      Create a binder instance for the given allocator.
      Parameters:
      allocator - the ByteBuf allocator to instrument
  • Method Details