Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect metrics on list length with the redis check. #945

Closed
conorbranagan opened this issue May 14, 2014 · 3 comments
Closed

Collect metrics on list length with the redis check. #945

conorbranagan opened this issue May 14, 2014 · 3 comments

Comments

@conorbranagan
Copy link
Member

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

@remh
Copy link
Contributor

remh commented May 19, 2014

Let's do that for 5.0.0

It looks like an easy task to get started on the agent @garnermccloud @LeoCavaille

@remh remh added this to the 5.0 milestone May 19, 2014
@conorbranagan
Copy link
Member Author

👍

@LeoCavaille LeoCavaille self-assigned this May 26, 2014
LeoCavaille added a commit that referenced this issue May 26, 2014
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').
remh added a commit that referenced this issue Jun 6, 2014
Implements #945: monitor Redis key lengths
@remh
Copy link
Contributor

remh commented Jun 10, 2014

Thanks @LeoCavaille !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants