From 7479946385c1c3644c9b264856a3cd23c89d9eee Mon Sep 17 00:00:00 2001 From: Tehseen Shahab Date: Sun, 1 Jan 2023 18:18:00 +0100 Subject: [PATCH] Update metric type to gauge Signed-off-by: Tehseen Shahab --- docs/collector.logical_disk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`