Skip to content

Commit 05e8eda

Browse files
committed
Build: (29e37c1) Merge pull request #382 from kubevirt/gh_actions/update_metrics_docs
Update metrics documentation
1 parent c8f077a commit 05e8eda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

metrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The following table contains all metrics from operators listed above. Each row r
6262
| kubevirt | `kubevirt_vmi_guest_load_15m` | Metric | Gauge | 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. |
6363
| kubevirt | `kubevirt_vmi_guest_load_1m` | Metric | Gauge | 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. |
6464
| kubevirt | `kubevirt_vmi_guest_load_5m` | Metric | Gauge | 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. |
65+
| kubevirt | `kubevirt_vmi_guest_os_panic_total` | Metric | Counter | Total number of guest OS panic events detected, partitioned by VMI and panic type. |
6566
| kubevirt | `kubevirt_vmi_info` | Metric | Gauge | Information about VirtualMachineInstances. |
6667
| kubevirt | `kubevirt_vmi_last_api_connection_timestamp_seconds` | Metric | Gauge | Virtual Machine Instance last API connection timestamp. Including VNC, console, portforward, SSH and usbredir connections. |
6768
| kubevirt | `kubevirt_vmi_launcher_memory_overhead_bytes` | Metric | Gauge | Estimation of the memory amount required for virt-launcher's infrastructure components (e.g. libvirt, QEMU). |

0 commit comments

Comments
 (0)