[ 
https://issues.apache.org/jira/browse/ARTEMIS-5557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18014755#comment-18014755
 ] 

ASF subversion and git services commented on ARTEMIS-5557:
----------------------------------------------------------

Commit c6b22a19c2a340546c267cfac896fd6bbf3307a2 in activemq-artemis's branch 
refs/heads/main from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=c6b22a19c2 ]

ARTEMIS-5557 support Micrometer ExecutorService metrics

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
 - Pass custom ActiveMQThreadFactory and Scheduler to Jetty for
   consistent thread naming
 - Name Netty threads according to corresponding acceptor


> 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: 2h 50m
>  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


Reply via email to