[Feature]:
Component
Hub
Describe the feature you would like to see
In the dashboard viewing all nodes resources, be able to select which disk drive gets displayed.
Motivation / Use Case
I setup a windows agent, and added an EXTRA_FILESYSTEM (D: drive). This is the main drive of the node that I want to monitor. The display on the dashboard (before clicking into the node) shows the disk usage of the C: drive. So I could have my C: drive only be 10% used, but the D: drive be 90% used, and it would only show the 10%.
I would like to be able to have a setting on the node that dictates what drive gets displayed.
Could be a env var on the agent
Describe how you would like to see this feature implemented
See my selected drives disk usage on the main dashboard
Screenshots
Category
Metrics
Affected Metrics
CPU
You can swap it to be considered the root disk using FILESYSTEM=disk-name, so probably FILESYSTEM=D: would work in this case.