addon-operator
addon-operator copied to clipboard
Consider implementing more verbose queue metrics
It might be useful to have at least two additional metrics about queues:
- {PREFIX}tasks_queue_in_total
COUNTERincrements each time a task is added to the queue - {PREFIX}tasks_queue_success_total
COUNTERincrements each time a task in a particular queue is processed
Using such metrics we can implement more precise alerting about queues behave.