From d0c6d13e3b5280b7d405ca09da1d95489c9e1718 Mon Sep 17 00:00:00 2001 From: Tehseen Shahab Date: Mon, 2 Jan 2023 11:00:14 +0100 Subject: [PATCH] Update e2e output for new metrics Signed-off-by: Tehseen Shahab --- tools/e2e-output.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/e2e-output.txt b/tools/e2e-output.txt index 24ef3d84..0cd502a5 100644 --- a/tools/e2e-output.txt +++ b/tools/e2e-output.txt @@ -141,6 +141,10 @@ windows_exporter_collector_timeout{collector="textfile"} 0 # TYPE windows_logical_disk_reads_total counter # HELP windows_logical_disk_requests_queued The number of requests queued to the disk (LogicalDisk.CurrentDiskQueueLength) # TYPE windows_logical_disk_requests_queued gauge +# HELP windows_logical_disk_avg_read_requests_queued Average number of read requests that were queued for the selected disk during the sample interval (LogicalDisk.AvgDiskReadQueueLength) +# TYPE windows_logical_disk_avg_read_requests_queued gauge +# HELP windows_logical_disk_avg_write_requests_queued Average number of write requests that were queued for the selected disk during the sample interval (LogicalDisk.AvgDiskWriteQueueLength) +# TYPE windows_logical_disk_avg_write_requests_queued gauge # 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 # HELP windows_logical_disk_split_ios_total The number of I/Os to the disk were split into multiple I/Os (LogicalDisk.SplitIOPerSec)