-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Storage Load N/A #292
Comments
I ran into the same issue, my fstype is ext4 (check yours by running the query so I adapted my query like this
|
COOOOLLLL. Thanks man! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been reading through the posts regarding the Storage Load query but I am not smart enough to glean how to fix it. I am sure that N/A is the value because I am using mount points. When I use the queries I found as a way to resolve the issue I get errors.
Currently this is the query:
(node_filesystem_size{fstype="aufs",mountpoint="/"} - node_filesystem_free{fstype="aufs",mountpoint="/"}) / node_filesystem_size{fstype="aufs",mountpoint="/"} * 100
Can anyone help a brother out with some pointers as to how I can fix this?
The text was updated successfully, but these errors were encountered: