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
6 changes: 6 additions & 0 deletions modules/virt-querying-metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ topk(3, sum by (name, namespace) (rate(kubevirt_vmi_network_receive_bytes_total[
[id="virt-promql-storage-metrics_{context}"]
== Storage metrics

[role="_abstract"]
This topic helps you understand how to monitor virtual machine storage traffic using specific Prometheus queries to identify high-traffic VMs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This topic helps you understand how to monitor virtual machine storage traffic using specific Prometheus queries to identify high-traffic VMs.
You can monitor virtual machine storage traffic and identify high-traffic VMs by using Prometheus queries.


[id="virt-storage-traffic_{context}"]
=== Storage-related traffic

Expand All @@ -96,6 +99,9 @@ topk(3, sum by (name, namespace) (rate(kubevirt_vmi_storage_read_traffic_bytes_t
[id="virt-storage-snapshot-data_{context}"]
=== Storage snapshot data

[role="_abstract"]
This topic helps you understand how to track data restored from storage snapshots using specific Prometheus metrics and queries.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This topic helps you understand how to track data restored from storage snapshots using specific Prometheus metrics and queries.
You can track data restored from storage snapshots by using Prometheus metrics and queries.


`kubevirt_vmsnapshot_disks_restored_from_source`::
Returns the total number of virtual machine disks restored from the source virtual machine. Type: Gauge.

Expand Down