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
It appears disk/windows_disk.go filters on drive letters, excluding folder mounted volumes.
As a Telegraf user, I am looking to monitor all disk volumes mounted in Windows, both drive-letter mounted and folder-path mounted. Internally, Telegraf uses gopsutil to retrieve these data. Gopsutil appears to only support drive letters mounted disks.
Expected behavior: When a volume is mounted to a folder in Windows, the [[inputs.disk]] plugin should output a series for that volume, with the path tag being the path to the folder mount point, and the device tag being either the volume DeviceId or the Disk & Partition numbers.
Actual Behavior: Only volumes mounted to drive letters are returned
To help reproduce this issue without needing a physical device, one can create a small VHD and mount it to a folder. Some potentially helpful links:
It appears disk/windows_disk.go filters on drive letters, excluding folder mounted volumes.
As a Telegraf user, I am looking to monitor all disk volumes mounted in Windows, both drive-letter mounted and folder-path mounted. Internally, Telegraf uses gopsutil to retrieve these data. Gopsutil appears to only support drive letters mounted disks.
Additional context
Closed Telegraf bug: Bug: [[Inputs.Disk]] doesn't include folder mount points in Windows OS influxdata/telegraf#8332
[[inputs.disk]]
plugin should output a series for that volume, with thepath
tag being the path to the folder mount point, and thedevice
tag being either the volume DeviceId or the Disk & Partition numbers.To help reproduce this issue without needing a physical device, one can create a small VHD and mount it to a folder. Some potentially helpful links:
The text was updated successfully, but these errors were encountered: