[
https://issues.apache.org/jira/browse/ARTEMIS-5557?focusedWorklogId=977886&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-977886
]
ASF GitHub Bot logged work on ARTEMIS-5557:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Aug/25 18:11
Start Date: 06/Aug/25 18:11
Worklog Time Spent: 10m
Work Description: jbertram opened a new pull request, #5856:
URL: https://github.com/apache/activemq-artemis/pull/5856
Aside from supporting Micrometer ExecutorService metrics this commit
improves the consistency and clarity of both the documentation and code related
to thread pooling. Changes include:
- Also support Netty EventExecutor metrics
- Remove redundant "threads" from thread group names
- Use kebab case in ActiveMQThreadFactory for consistent naming
- Use "activemq-" prefix in ActiveMQThreadFactory for consistent naming
- Use consistent broker identification in thread group names
- Remove unused executor from SequentialFile classes
- Big refactor of thread pooling documentation
- Update release notes with relevant naming changes
- Deduplicate some repeated code
- Use Micrometer MeterFilter to apply common tags rather than passing them
all over
- Pass custom ActiveMQThreadFactory and Scheduler to Jetty for consistent
thread naming
- Name Netty threads according to corresponding acceptor
Issue Time Tracking
-------------------
Worklog Id: (was: 977886)
Remaining Estimate: 0h
Time Spent: 10m
> 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: 10m
> 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