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-mixin: fix configuration for unset fsSelector/diskDeviceSelector and dashboard query #1483

Merged
merged 2 commits into from Sep 12, 2019

Conversation

s-urbaniak
Copy link
Contributor

@s-urbaniak s-urbaniak commented Sep 12, 2019

As per #1429 (comment)
we want to fetch all devices and all fs types.

Currently, this is done by setting empty string which breaks most queries which rely on it.

This fixes it by setting the appropriate selector instead of empty string.

Additionally this fixes the query in Disk Space Utilisation dashboard.

Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
As per prometheus#1429 (comment)
we want to fetch all devices and all fs types.

Currently, this is done by setting empty string which breaks most queries which rely on it.

This fixes it by setting the appropriate selector instead of empty string.

Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
@s-urbaniak
Copy link
Contributor Author

cc @metalmatze

@s-urbaniak
Copy link
Contributor Author

Thank you @beorn7 and @metalmatze for approving so fast!!! 🙇‍♂️

@beorn7 beorn7 merged commit e7c2dbe into prometheus:master Sep 12, 2019
@beorn7
Copy link
Member

beorn7 commented Sep 12, 2019

Approving fast, but also forgetting that you cannot merge this on your own… sorry for that.

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.

None yet

3 participants