Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.78 KB

collector.logical_disk.md

File metadata and controls

44 lines (32 loc) · 1.78 KB

logical_disk collector

The logical_disk collector exposes metrics about logical disks (in contrast to physical disks)

Metric name prefix logical_disk
Classes Win32_PerfRawData_PerfDisk_LogicalDisk
Enabled by default? Yes

Flags

--collector.logical_disk.volume-whitelist

If given, a disk needs to match the whitelist regexp in order for the corresponding disk metrics to be reported

--collector.logical_disk.volume-blacklist

If given, a disk needs to not match the blacklist regexp in order for the corresponding disk metrics to be reported

Metrics

Name Description Type Labels
requests_queued Not yet documented gauge volume
read_bytes_total Not yet documented counter volume
reads_total Not yet documented counter volume
write_bytes_total Not yet documented counter volume
writes_total Not yet documented counter volume
read_seconds_total Not yet documented counter volume
write_seconds_total Not yet documented counter volume
free_bytes Not yet documented gauge volume
size_bytes Not yet documented gauge volume
idle_seconds_total Not yet documented counter volume
split_ios_total Not yet documented counter volume

Example metric

This collector does not yet have explained examples, we would appreciate your help adding them!

Useful queries

This collector does not yet have any useful queries added, we would appreciate your help adding them!

Alerting examples

This collector does not yet have alerting examples, we would appreciate your help adding them!