-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
redis input doesn't return keyspace info #205
Comments
Thanks for reporting that, I may not have time to get to this for a bit, but if you have time to submit a PR I would appreciate it immensely |
Was this feature added in some version of telegraf? If so, which version has it? Specifically looking for total keys @ host. |
Looks like it was added in v0.1.10. Should be part of the redis_keyspace measurement. |
Here's a list of everything getting exported in my case...
Is there some configuration I need to change perhaps? Using:
|
Try |
Yep, that did it. Thank you! |
Looking at the fields parsed from Redis it doesn't include any of the per-database keyspace metrics. Given that it's querying the
INFO
command the data is available, and it would be good to include it in the dataset.It should look something like this:
Please note that this isn't referring to the
keyspace_hits
andkeyspace_misses
fields which are included.The text was updated successfully, but these errors were encountered: