You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis is commonly used for queues and being able to specify a list of queue keys and get their lengths would be useful. I wrote up something for this a while back that could be merged into the redis check: https://gist.github.com/conorbranagan/87307c4376f64895f54c
The text was updated successfully, but these errors were encountered:
Using the 'keys' parameter with a list of key names (e.g. 'testkey')
in one Redis instance adds a metric 'redis.key.length' where list
lengths are reported using the LLEN command and they are tagged with
their names (e.g. tag 'key:testkey').
Redis is commonly used for queues and being able to specify a list of queue keys and get their lengths would be useful. I wrote up something for this a while back that could be merged into the redis check: https://gist.github.com/conorbranagan/87307c4376f64895f54c
The text was updated successfully, but these errors were encountered: