-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
WindowsBugs and requests about Windows platformsBugs and requests about Windows platformsenhancement
Description
Is your feature request related to a problem? Please describe.
There is no metric related to disk_size exposed while using windows_exporter_metrics
.
Describe the solution you'd like
Please add metric for logical_disk_size like windows_exporter as below:
# HELP windows_logical_disk_size_bytes Total space in bytes, updates every 10-15 min (LogicalDisk.PercentFreeSpace_Base)
# TYPE windows_logical_disk_size_bytes gauge
windows_logical_disk_size_bytes{volume="C:"} 2.14013313024e+11
windows_logical_disk_size_bytes{volume="D:"} 2.97359376384e+11
windows_logical_disk_size_bytes{volume="E:"} 1.000202043392e+12
windows_logical_disk_size_bytes{volume="HarddiskVolume4"} 6.10271232e+08
Additional context
Fluent-Bit version: 4.0.4
Windows_Exporter: 0.31.0
Platform: Windows 10
Metadata
Metadata
Assignees
Labels
WindowsBugs and requests about Windows platformsBugs and requests about Windows platformsenhancement