-
Notifications
You must be signed in to change notification settings - Fork 97
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
improvement(node_exporter): upgrade to v1.8.2, remove unneeded collectors #9621
base: master
Are you sure you want to change the base?
Conversation
it failed on precommit (visible in GH checks), more specifically commit lint. We follow a structured tilte: |
It's not mentioned @ https://github.com/scylladb/scylla-cluster-tests?tab=readme-ov-file#contribution-instructions , but I'll fix... |
2e3be51
to
22cb051
Compare
Still failing on precommit due |
…tors This PR updates node_exporter to v1.8.2 (just like Scylla). In addition and unrelated to the version update, it removes the unneeded collectors that are enabled by default (just like Scylla). The only execption is interrupts - which are still enabled by default by Scylla and are not needed here. No functional changes are expected. Signed-off-by: Yaniv Kaul <[email protected]>
I've fixed the commit message, waiting for AWS provision test |
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.
waiting for provision test to pass
This PR update node_exporter to v1.8.2 (just like Scylla) and removes the unneeded collectors that are enabled by default (just like Scylla). The only exception is interrupts - which are still enabled by default by Scylla and are not needed here.
Testing
PR pre-checks (self review)
backport
labels