ddanielr commented on issue #3474:
URL: https://github.com/apache/accumulo/issues/3474#issuecomment-1611617607

   Added the following metrics: 
   
   1. Number of Queues
   2. Size of Queue
   3. Number of Jobs in Queue
   4. Number of Jobs Rejected
   5. Number of Jobs Dequeued. 
   
   I'm not sure how to best track job queue time as that starts making a LOT of 
time series metrics that are short lived. 
   We could work on adding telemetry exposing the job queue time there, but 
that's outside of metrics.
   
   We could also expose a MaxWait metric per queue, but I'd love to actively 
track the wait time vs calculate it based on when the job leaves the queue.


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