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

Node-exporter option has been renamed #393

Open
janpieper opened this issue Nov 17, 2023 · 1 comment
Open

Node-exporter option has been renamed #393

janpieper opened this issue Nov 17, 2023 · 1 comment

Comments

@janpieper
Copy link

The option --collector.filesystem.ignored-mount-points mentioned in these two comments has been renamed:

comments: |
Please add ignored mountpoints in node_exporter parameters like
"--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|run)($|/)".
Same rule using "node_filesystem_free_bytes" will fire when disk fills for non-root users.

comments: |
Please add ignored mountpoints in node_exporter parameters like
"--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|run)($|/)".
Same rule using "node_filesystem_free_bytes" will fire when disk fills for non-root users.

The option is now called --collector.filesystem.mount-points-exclude (CHANGELOG for 1.2.0) and will be removed with the 2.x release.

Either we only use the new option name or we mention both of them with a version information.

@samber
Copy link
Owner

samber commented Nov 20, 2023

Yes, we can mention all cases:

  • < v1.2
  • >= v1.2 && < v2.0
  • >= v2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants