-
Notifications
You must be signed in to change notification settings - Fork 875
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
fix #650, add db_keys_cached gauge. #656
Conversation
Pull Request Test Coverage Report for Build 1572
💛 - Coveralls |
Codecov Report
@@ Coverage Diff @@
## master #656 +/- ##
==========================================
- Coverage 88.24% 87.97% -0.27%
==========================================
Files 16 16
Lines 1922 1938 +16
==========================================
+ Hits 1696 1705 +9
- Misses 152 156 +4
- Partials 74 77 +3
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Thanks for the PR @vixns ! |
There's a coverage check warning here: https://github.com/oliver006/redis_exporter/pull/656/files#diff-01814cc33b1a90b54048d89aaf89507891e8dc68a953a859cdb3b7985b3e906bR110 Which means that none of the tests emit the cached_key metrics. |
Tested with keydb 6.3.1, |
Ah, I think I have an idea what's going on. Can you bump that please in the .drone and contrib/docker-compose to 6.3.0 ? Thanks! |
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.
🚀
No description provided.