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

Cherry-pick #9657 to 6.x: Add redis key metricset #9885

Merged
merged 3 commits into from
Jan 7, 2019

Conversation

jsoriano
Copy link
Member

@jsoriano jsoriano commented Jan 4, 2019

Cherry-pick of PRs #9657 and #9746 to 6.x branch. Original message:

Add redis key metricset to collect information about keys like length, type or TTL.

Fix #9582

Add redis key metricset to collect information about keys
like length, type or TTL.

(cherry picked from commit 5dbe803)
Add a dashboard with details for Redis keys using the new key metricset.
Visualizations included show lists length, what is useful when redis is used
for queuing, and average strings sizes and TTLs, what is useful when Redis
is used as a cache.

(cherry picked from commit ac04c32)
@@ -26,7 +26,6 @@ https://github.com/elastic/beats/compare/v6.6.0...6.x[Check the HEAD diff]

*Metricbeat*

- Fix issue preventing diskio metrics collection for idle disks. {issue}9124[9124] {pull}9125[9125]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related, but this is not a breaking change, moved to bugfixes.

@jsoriano jsoriano merged commit 004fb3d into elastic:6.x Jan 7, 2019
@jsoriano jsoriano deleted the backport_9657_6.x branch January 7, 2019 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants