Skip to content

Commit c317ebe

Browse files
authored
Merge pull request #326 from kubevirt/gh_actions/update_metrics_docs
Update metrics documentation
2 parents 7f09805 + a74b7e8 commit c317ebe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/metrics.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ Total VM filesystem capacity in bytes. Type: Gauge.
163163
Used VM filesystem capacity in bytes. Type: Gauge.
164164

165165
### kubevirt_vmi_guest_load_15m
166-
Guest system load average over 15 minutes as reported by the guest agent. Load is defined as the number of processes in the runqueue or waiting for disk I/O. Type: Gauge.
166+
Guest system load average over 15 minutes as reported by the guest agent. Load is defined as the number of processes in the runqueue or waiting for disk I/O. Requires qemu-guest-agent version 10.0.0 or above. Type: Gauge.
167167

168168
### kubevirt_vmi_guest_load_1m
169-
Guest system load average over 1 minute as reported by the guest agent. Load is defined as the number of processes in the runqueue or waiting for disk I/O. Type: Gauge.
169+
Guest system load average over 1 minute as reported by the guest agent. Load is defined as the number of processes in the runqueue or waiting for disk I/O. Requires qemu-guest-agent version 10.0.0 or above. Type: Gauge.
170170

171171
### kubevirt_vmi_guest_load_5m
172-
Guest system load average over 5 minutes as reported by the guest agent. Load is defined as the number of processes in the runqueue or waiting for disk I/O. Type: Gauge.
172+
Guest system load average over 5 minutes as reported by the guest agent. Load is defined as the number of processes in the runqueue or waiting for disk I/O. Requires qemu-guest-agent version 10.0.0 or above. Type: Gauge.
173173

174174
### kubevirt_vmi_guest_vcpu_queue
175175
Guest queue length. Type: Gauge.
@@ -336,9 +336,6 @@ Total time spent on write operations. Type: Counter.
336336
### kubevirt_vmi_storage_write_traffic_bytes_total
337337
Total number of written bytes. Type: Counter.
338338

339-
### kubevirt_vmi_vcpu_count
340-
The number of the VMI vCPUs. Type: Gauge.
341-
342339
### kubevirt_vmi_vcpu_delay_seconds_total
343340
Amount of time spent by each vcpu waiting in the queue instead of running. Type: Counter.
344341

@@ -387,6 +384,9 @@ How many seconds of work has done that is in progress and hasn't been observed b
387384
### kubevirt_workqueue_work_duration_seconds
388385
How long in seconds processing an item from workqueue takes. Type: Histogram.
389386

387+
### vmi:kubevirt_vmi_vcpu:count
388+
The number of the VMI vCPUs. Type: Gauge.
389+
390390
<div id='containerized-data-importer'></div>
391391

392392
## [containerized-data-importer](https://github.com/kubevirt/containerized-data-importer/tree/main)

0 commit comments

Comments
 (0)