keith-turner opened a new issue, #5147:
URL: https://github.com/apache/accumulo/issues/5147

   **Is your feature request related to a problem? Please describe.**
   
   The thread pool that fate uses to execute fate transactions is instrumented 
for metrics.  However the way fate uses the pool is places long running task on 
the pool and never queues anything after that.  This makes the metrics for the 
pool useless for understanding what is going on with fate.
   
   **Describe the solution you'd like**
   
   Remove the metrics instrumentation for the fate thread pool.  Add a new 
gauge that counts idle or running fate threads using the technique from this 
[comment](https://github.com/apache/accumulo/pull/5129#discussion_r1873687117)
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to