From efd615a0574b01640fe756ae3a552e78763c6a8e Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 6 Nov 2024 05:07:15 +0000 Subject: [PATCH] Update metrics documentation Signed-off-by: GitHub --- docs/metrics.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/metrics.md b/docs/metrics.md index 5fd7082..91a3aa7 100644 --- a/docs/metrics.md +++ b/docs/metrics.md @@ -102,6 +102,9 @@ The total number of VMs created by namespace and virt-api pod, since install. Ty ### kubevirt_vm_created_total The total number of VMs created by namespace, since install. Type: Counter. +### kubevirt_vm_disk_allocated_size_bytes +Allocated disk size of a Virtual Machine in bytes, based on its PersistentVolumeClaim. Includes persistentvolumeclaim (PVC name), volume_mode (disk presentation mode: Filesystem or Block), and device (disk name). Type: Gauge. + ### kubevirt_vm_error_status_last_transition_timestamp_seconds Virtual Machine last transition timestamp to error status. Type: Counter.