diff --git a/docs/collector.logical_disk.md b/docs/collector.logical_disk.md index 62f8b536..1dfcecc2 100644 --- a/docs/collector.logical_disk.md +++ b/docs/collector.logical_disk.md @@ -24,8 +24,8 @@ If given, a disk needs to *not* match the blacklist regexp in order for the corr Name | Description | Type | Labels -----|-------------|------|------- `requests_queued` | Number of requests outstanding on the disk at the time the performance data is collected | gauge | `volume` -`avg_read_requests_queued` | Average number of read requests that were queued for the selected disk during the sample interval | counter | `volume` -`avg_write_requests_queued` | Average number of write requests that were queued for the selected disk during the sample interval | counter | `volume` +`avg_read_requests_queued` | Average number of read requests that were queued for the selected disk during the sample interval | gauge | `volume` +`avg_write_requests_queued` | Average number of write requests that were queued for the selected disk during the sample interval | gauge | `volume` `read_bytes_total` | Rate at which bytes are transferred from the disk during read operations | counter | `volume` `reads_total` | Rate of read operations on the disk | counter | `volume` `write_bytes_total` | Rate at which bytes are transferred to the disk during write operations | counter | `volume`