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

ASF GitHub Bot logged work on ARTEMIS-5557:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Aug/25 14:59
            Start Date: 07/Aug/25 14:59
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on PR #5856:
URL: 
https://github.com/apache/activemq-artemis/pull/5856#issuecomment-3164559577

   > I'm having a hard time finding where is the feature integration versus 
code cleanup and doc improvement.
   
   Look for callers of the new methods added to `MetricsManager`.
   
   > ...it seems you're just capturing number of tasks directly from the 
executor service?
   
   That's the general idea, but there's a bit more to it. Look at the changes 
to `metrics.adoc` to see exactly what's being captured.
   
   > We use OrderedExecutors, it seems you're not making any integration on the 
pending tasks from OrderedExecutors?
   
   Correct. The integration from Micrometer only applies to instances of 
`ExecutorService`, not individual instances of `Executor`.




Issue Time Tracking
-------------------

    Worklog Id:     (was: 978015)
    Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  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