You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diskio will check for disk type and accept any Local Fixed Disk Type even if it is ram disk. This will return an exception as it is not able to read any disk performance counters.
Workaround, specify the list of disk names you want to gather metrics on using the configuration setting: diskio.include_devices: ["sda", "sda1"]
The text was updated successfully, but these errors were encountered:
Result:
Diskio will check for disk type and accept any Local Fixed Disk Type even if it is ram disk. This will return an exception as it is not able to read any disk performance counters.
Workaround, specify the list of disk names you want to gather metrics on using the configuration setting:
diskio.include_devices: ["sda", "sda1"]
The text was updated successfully, but these errors were encountered: