addon-operator icon indicating copy to clipboard operation
addon-operator copied to clipboard

Consider implementing more verbose queue metrics

Open 31337Ghost opened this issue 4 years ago • 0 comments

It might be useful to have at least two additional metrics about queues:

  • {PREFIX}tasks_queue_in_total COUNTER increments each time a task is added to the queue
  • {PREFIX}tasks_queue_success_total COUNTER increments each time a task in a particular queue is processed

Using such metrics we can implement more precise alerting about queues behave.

31337Ghost avatar Nov 19 '21 13:11 31337Ghost