-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Gce-pd and NFS mount metrics disappear and require node_exporter container restart #959
Comments
That sounds strange. The node-exporter gets the mountpoints on each scrape from /proc/mounts. Can you paste how /proc/mounts look like when the disks are still mounted but don't show up in the node-exporter? |
I've just realized, maybe /proc/mounts doesn't get updated in a running container or something like that? |
You nailed it. When the pod is rescheduled entries are removed from /proc/mount (the
🤔 |
Host operating system: output of
uname -a
node_exporter version: output of
node_exporter --version
node_exporter command line flags
Are you running node_exporter in Docker?
Yes
What did you do that produced an error?
No error to mention, however we notice these 2 symptoms:
In both of these cases, restarting the node_exporter is temporary resolution until the issue happens again.
A temporary bandaid has been to regularly restart all our node_exporters, is this a recommended pattern when running node_exporter?
What did you expect to see?
We hoped the upgrade to v0.16.0 would fix this symptom we've been seeing in v0.14.0 and v0.15.0.
and
What did you see instead?
and
The text was updated successfully, but these errors were encountered: