You can configure disks that need to be ignored from monitoring under Settings → Performance Polling → Metric Name (Disks)


Sample Disk Names:

/run/user/1001
/run/user/1003
The behavior of the Ignore specified components field (under Settings → Performance Polling → Metric Name = Disks for any server type) has been enhanced with two matching modes:
Case (i): Wildcard Match (Using an Asterisk *)
Use an asterisk (*) to ignore all disks that start with the specified value.
For example, if the value is /run/user*, then the following will be ignored:
/run/user/1001
/run/user/1003
Case (ii): Exact Match (No Asterisk)
Without an asterisk, only disks that exactly match the provided value will be ignored.
For example, if the value is /run/user, then only the disk named /run/user will be ignored. In the provided sample list, no disks will be ignored because none of the listed disk names exactly match /run/user.