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

[FIX] Exclude Linux proc from filesystem type regexp #774

Merged
merged 2 commits into from
Jan 3, 2018
Merged

[FIX] Exclude Linux proc from filesystem type regexp #774

merged 2 commits into from
Jan 3, 2018

Conversation

netmonk
Copy link
Contributor

@netmonk netmonk commented Dec 30, 2017

Closes: #773

@@ -26,7 +26,7 @@ import (

const (
defIgnoredMountPoints = "^/(sys|proc|dev)($|/)"
defIgnoredFSTypes = "^(sys|proc|auto)fs$"
defIgnoredFSTypes = "^(sysfs|proc|autofs|procfs)$"
Copy link
Member

Choose a reason for hiding this comment

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

Would you mind sorting these? It's making my brain twitch. 😉

@SuperQ SuperQ changed the title [FIX] Issue 63, error on excluding proc filesystem on linux, improvin… [FIX] Exclude Linux proc from filesystem type regexp Jan 3, 2018
Copy link
Member

@SuperQ SuperQ left a comment

Choose a reason for hiding this comment

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

LGTM

@SuperQ SuperQ merged commit 2aa8d0e into prometheus:master Jan 3, 2018
oblitorum pushed a commit to shatteredsilicon/node_exporter that referenced this pull request Apr 9, 2024
* [FIX] Issue 63, error on excluding proc filesystem on linux, improving regexp

* [FIX] Reordering filter order
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

Successfully merging this pull request may close these issues.

2 participants