-
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
miss the newly add disk filesystem #502
Comments
Any chance you run the node_exporter in a Docker container and mounted the
host filesystem in it?
…On Wed, Mar 8, 2017, 19:51 zhengjun chen ***@***.***> wrote:
node exporter does not return filesystem metrics for new added disk.
have to restart the node exporter, then the new added disk filesystem
stats/metrics can be collected.
By checking the code, every time, it reads from
*os.Open(procFilePath("mounts"))* to get the mount points. The new add
disk is in the mounts file, But node exporter seems ignore it...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#502>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAANaLDcPfkxeVnj14UGcWV19J8fFgwUks5rjzDjgaJpZM4MXaln>
.
|
Oh, right, It is running in docker container. |
Please be advised that we don't recommend running the node_exporter in
Docker. I'm not sure there is a workaround for that problem.
…On Wed, Mar 8, 2017, 20:13 zhengjun chen ***@***.***> wrote:
Oh, right, It is running in docker container.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#502 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAANaOnADqwDxalvLQ_UPOh_AB6wQAEdks5rjzX8gaJpZM4MXaln>
.
|
I'm going to close this. Let's revisite the whole running-in-container story in #66. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
node exporter does not return filesystem metrics for new added disk.
have to restart the node exporter, then the new added disk filesystem stats/metrics can be collected.
By checking the code, every time, it reads from os.Open(procFilePath("mounts")) to get the mount points. The new add disk is in the mounts file, But node exporter seems ignore it...
The text was updated successfully, but these errors were encountered: