From e053b04f2984fce3648a43401c0ac536c1a9f687 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 4 Jun 2024 05:07:40 +0000 Subject: [PATCH] Update metrics documentation Signed-off-by: GitHub --- docs/metrics.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/metrics.md b/docs/metrics.md index 24119e5c..3a0bfa9d 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -135,6 +135,9 @@ Used VM filesystem capacity in bytes. Type: Gauge. ### kubevirt_vmi_info Information about VirtualMachineInstances. Type: Gauge. +### kubevirt_vmi_last_api_connection_timestamp_seconds +Virtual Machine Instance last API connection timestamp. Including VNC, console, portforward, SSH and usbredir connections. Type: Gauge. + ### kubevirt_vmi_memory_actual_balloon_bytes Current balloon size in bytes. Type: Gauge. @@ -316,6 +319,9 @@ Number of DataVolumes pending for default storage class to be configured. Type: ### kubevirt_cdi_import_pods_high_restart The number of CDI import pods with high restart count. Type: Gauge. +### kubevirt_cdi_import_progress_total +The import progress in percentage. Type: Counter. + ### kubevirt_cdi_openstack_populator_progress_total Progress of volume population. Type: Counter.