Skip to content

Commit 0988b56

Browse files
authored
Merge pull request #89980 from Vaishali-gif-rh/CNV-45693
CNV#45693- Fix kubevirt_vmi_vcpu_wait_seconds_total docs to be IO specific
2 parents 7afae8d + e94d1d0 commit 0988b56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/virt-querying-metrics.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ ifndef::openshift-rosa,openshift-dedicated[]
2121
The following query can identify virtual machines that are waiting for Input/Output (I/O):
2222

2323
`kubevirt_vmi_vcpu_wait_seconds_total`::
24-
Returns the wait time (in seconds) for a virtual machine's vCPU. Type: Counter.
24+
Returns the wait time (in seconds) on I/O for vCPUs of a virtual machine. Type: Counter.
25+
2526

2627
A value above '0' means that the vCPU wants to run, but the host scheduler cannot run it yet. This inability to run indicates that there is an issue with I/O.
2728

0 commit comments

Comments
 (0)