You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments