Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion virt/release_notes/virt-4-20-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,23 @@ This release adds new features and enhancements related to the following compone
[id="virt-4-20-monitoring_{context}"]
=== Monitoring
//CNV-63662
Added documentation for the `kubevirt_vmi_vcpu_delay_seconds_total` Prometheus metric. This metric reports the time a virtual CPU (vCPU) was queued by the host scheduler but was not running. The updated documentation helps users better understand vCPU queue delays in OpenShift Virtualization environments.
* Added documentation for the `kubevirt_vmi_vcpu_delay_seconds_total` Prometheus metric. This metric reports the time a virtual CPU (vCPU) was queued by the host scheduler but was not running. The updated documentation helps users better understand vCPU queue delays in OpenShift Virtualization environments.

//CNV-59719
* The following xref:../../virt/monitoring/virt-runbooks.adoc#virt-runbooks[alerts for the {CNVOperatorDisplayName}] are now included in the {VirtProductName} runbooks:
+
--
** `HighNodeCPUFrequency`
** `VirtualMachineStuckInUnhealthyState`
** `VirtualMachineStuckOnNode`
** `PersistentVolumeFillingUp`
** `DeprecatedMachineType`
** `HCOGoldenImageWithNoSupportedArchitecture`
** `HCOGoldenImageWithNoArchitectureAnnotation`
** `HCOMultiArchGoldenImagesDisabled`
--
+
For a complete list of virtualization metrics, see the link:https://github.com/openshift/runbooks/tree/master/alerts/openshift-virtualization-operator[openshift/runbooks] Git repository.

[id="virt-4-20-documentation_{context}"]
=== Documentation improvements
Expand Down