Skip to content

Commit

Permalink
#224 Added metric of active queue count
Browse files Browse the repository at this point in the history
  • Loading branch information
mcweba committed Nov 27, 2024
1 parent a1f49c4 commit bb94ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,7 @@ The collected metrics include:
| redisques_enqueue_success_total | Overall count of queue items to be enqueued |
| redisques_enqueue_fail_total | Overall count of queue items to be enqueued |
| redisques_dequeue_total | Overall count of queue items to be dequeued from the queues |
| redisques_active_queues | Overall count of active queues |

### Testing locally
When you include redisques in you project, you probably already have the configuration for publishing the metrics.
Expand Down

0 comments on commit bb94ead

Please sign in to comment.