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


   In #1605 compaction services with multiple thread pools were added.  Having 
metrics for the queue size and number of running compactions would be very 
useful. Not sure of the best way to do this, but it would be nice if the 
metrics included the compaction service name and thread pool/executor name 
within the service.
   
   ```
   compaction.task.<service name>.<executor name>.queued=<num queued>
   compaction.task.<service name>.<executor name>.running=<num running>
   ```
   
   Having access to this information will be very important for tuning 
compaction service configuration.
   
   
   


----------------------------------------------------------------
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.

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


Reply via email to