-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Metricbeat redis refactors #9907
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments to improve debugging and error handling.
Thanks for the reviews! I have added more context information to errors, this would be ready for another review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see one more metricset based on the reporter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with merging as is. We should discuss the Event
return code handling in a follow up issue / internal discussion and not block this PR on it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Refactor redis metricsets to reuse common code, ensure that connection pools are closed when metricset is stopped and to use v2 reporters. Move password tests from info metricset to module level. Add test for info fetching. (cherry picked from commit cacf231)
Refactor redis metricsets to reuse common code, ensure that connection pools are closed when metricset is stopped and to use v2 reporters. Move password tests from info metricset to module level. Add test for info fetching. (cherry picked from commit cacf231)
Refactor redis metricsets to reuse common code, ensure that connection pools are closed when metricset is stopped and to use v2 reporters.
Move password tests from info metricset to module level.
Add test for info fetching.
Fixes #9678