Class NettyPooledAllocatorMetrics
java.lang.Object
org.apache.activemq.artemis.core.server.metrics.NettyPooledAllocatorMetrics
- All Implemented Interfaces:
io.micrometer.core.instrument.binder.MeterBinder
public final class NettyPooledAllocatorMetrics
extends Object
implements io.micrometer.core.instrument.binder.MeterBinder
-
Constructor Summary
ConstructorsConstructorDescriptionNettyPooledAllocatorMetrics(io.netty.buffer.PooledByteBufAllocatorMetric pooledAllocatorMetric, io.micrometer.core.instrument.Tags commonTags) -
Method Summary
Modifier and TypeMethodDescriptionvoidbindTo(io.micrometer.core.instrument.MeterRegistry registry)
-
Constructor Details
-
NettyPooledAllocatorMetrics
public NettyPooledAllocatorMetrics(io.netty.buffer.PooledByteBufAllocatorMetric pooledAllocatorMetric, io.micrometer.core.instrument.Tags commonTags)
-
-
Method Details
-
bindTo
public void bindTo(io.micrometer.core.instrument.MeterRegistry registry) - Specified by:
bindToin interfaceio.micrometer.core.instrument.binder.MeterBinder
-