[
https://issues.apache.org/jira/browse/ARTEMIS-5557?focusedWorklogId=978174&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-978174
]
ASF GitHub Bot logged work on ARTEMIS-5557:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Aug/25 14:48
Start Date: 08/Aug/25 14:48
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #5856:
URL: https://github.com/apache/activemq-artemis/pull/5856#discussion_r2263190610
##########
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:
No. It's not needed anymore due to a recent push. I'll remove it. :+1:
Issue Time Tracking
-------------------
Worklog Id: (was: 978174)
Time Spent: 1.5h (was: 1h 20m)
> Support Micrometer ExecutorService metrics
> ------------------------------------------
>
> Key: ARTEMIS-5557
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5557
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Micrometer supports
> [metrics|https://docs.micrometer.io/micrometer/reference/reference/jvm.html]
> for instances of {{java.util.concurrent.ExecutorService}}. It would be
> helpful to expose these for the major thread pools used by the broker so that
> users can identify potential bottlenecks or other issues related to thread
> starvation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact