cerb.queue.messages.processed
Description
This counter tracks each queue message that finishes processing, broken down by queue, job, and final status (done or failed). Use it to measure throughput, watch for a rising share of failures, and confirm that work is draining at the rate you expect.
Dimensions
| Dimension | Description |
|---|---|
| queue_id | The queue the message belonged to |
| job_id | The queue job the message belonged to (0 when not part of a job) |
| status_id | The final message status: done or failed |
Related
See also cerb.queue.messages.open for available and in-flight message counts.