clebertsuconic commented on code in PR #5856: URL: https://github.com/apache/activemq-artemis/pull/5856#discussion_r2263175013
########## artemis-server/src/main/java/org/apache/activemq/artemis/core/server/metrics/NettyPooledAllocatorMetrics.java: ########## @@ -36,6 +36,10 @@ public final class NettyPooledAllocatorMetrics implements MeterBinder { private final PooledByteBufAllocatorMetric metric; private final Tags commonTags; + public NettyPooledAllocatorMetrics(final PooledByteBufAllocatorMetric pooledAllocatorMetric) { Review Comment: @jbertram I couldn't find any callers to this added constructor. Is this needed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact