Hi everyone,
I'm building a custom dashboard to show used disk space across Windows and Linux servers. I’ve grouped the data by hostname and mountpoint/volume.
I used these two metrics:
- system.filesystem.utilization
- system.filesystem.usage
Question:
Are there any other/better metrics I can use to display storage used in percentage?
I attached a screenshot of the graph.
I applied a conversion factor on the Y-axis to show the line as a percentage, but the actual disk used space data does not appear on the graph because it is shown as 0.90 instead of 90%.
Any suggestions on the right metric or a cleaner way to handle the percentage conversion in PerfStack/custom dashboards would be greatly appreciated.
Thanks in advance!