Skip to content

Commit 1be2ce0

Browse files
authored
Merge pull request #308 from kubevirt/gh_actions/update_metrics_docs
Update metrics documentation
2 parents a029899 + 593fcf8 commit 1be2ce0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/metrics.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,27 @@ Returns the timestamp of successful virtual machine snapshot. Type: Gauge.
360360
### kubevirt_vnc_active_connections
361361
Amount of active VNC connections, broken down by namespace and vmi name. Type: Gauge.
362362

363+
### kubevirt_workqueue_adds_total
364+
Total number of adds handled by workqueue Type: Counter.
365+
366+
### kubevirt_workqueue_depth
367+
Current depth of workqueue Type: Gauge.
368+
369+
### kubevirt_workqueue_longest_running_processor_seconds
370+
How many seconds has the longest running processor for workqueue been running. Type: Gauge.
371+
372+
### kubevirt_workqueue_queue_duration_seconds
373+
How long an item stays in workqueue before being requested. Type: Histogram.
374+
375+
### kubevirt_workqueue_retries_total
376+
Total number of retries handled by workqueue Type: Counter.
377+
378+
### kubevirt_workqueue_unfinished_work_seconds
379+
How many seconds of work has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases. Type: Gauge.
380+
381+
### kubevirt_workqueue_work_duration_seconds
382+
How long in seconds processing an item from workqueue takes. Type: Histogram.
383+
363384
<div id='containerized-data-importer'></div>
364385

365386
## [containerized-data-importer](https://github.com/kubevirt/containerized-data-importer/tree/main)
@@ -492,6 +513,9 @@ Indicates whether the DataImportCronTemplate has supported architectures (0) or
492513
### kubevirt_hco_hyperconverged_cr_exists
493514
Indicates whether the HyperConverged custom resource exists (1) or not (0). Type: Gauge.
494515

516+
### kubevirt_hco_memory_overcommit_percentage
517+
Indicates the cluster-wide configured VM memory overcommit percentage. Type: Gauge.
518+
495519
### kubevirt_hco_misconfigured_descheduler
496520
Indicates whether the optional descheduler is not properly configured (1) to work with KubeVirt or not (0). Type: Gauge.
497521

0 commit comments

Comments
 (0)