-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 disk used visualization in system host overview dashboard #16275
Conversation
This change updates the `Disk Used` to honor default collecting period for `fsstat` metricset (1m). Visualization sets the query to `>=1m` to make sure we get a big enough bucket size when querying fsstat metrics.
I included |
…c#16275) * Fix disk used visualization in system host overview dashboard This change updates the `Disk Used` to honor default collecting period for `fsstat` metricset (1m). Visualization sets the query to `>=1m` to make sure we get a big enough bucket size when querying fsstat metrics. * Put `CHANGEME_HOSTNAME` back in the dashboard (cherry picked from commit b0c600a)
#16550) * Fix disk used visualization in system host overview dashboard This change updates the `Disk Used` to honor default collecting period for `fsstat` metricset (1m). Visualization sets the query to `>=1m` to make sure we get a big enough bucket size when querying fsstat metrics. * Put `CHANGEME_HOSTNAME` back in the dashboard (cherry picked from commit b0c600a)
Pinging @elastic/integrations (Team:Integrations) |
In order to test this we need to deploy Metricbeat with the system module enabled (it is by default), then:
|
What does this PR do?
This change updates the
Disk Used
to honor default collecting periodfor
fsstat
metricset (1m). Visualization sets the query to>=1m
tomake sure we get a big enough bucket size when querying fsstat metrics.
Why is it important?
Without this change the host overview dashboard may or may not show the correct value for used disk.
Checklist
Related issues