Skip to content

Commit

Permalink
Merge pull request #249 from kubevirt/gh_actions/update_metrics_docs
Browse files Browse the repository at this point in the history
Update metrics documentation
  • Loading branch information
sradco authored Jun 6, 2024
2 parents 1115390 + e053b04 commit 7e1bcd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ Used VM filesystem capacity in bytes. Type: Gauge.
### kubevirt_vmi_info
Information about VirtualMachineInstances. Type: Gauge.

### kubevirt_vmi_last_api_connection_timestamp_seconds
Virtual Machine Instance last API connection timestamp. Including VNC, console, portforward, SSH and usbredir connections. Type: Gauge.

### kubevirt_vmi_memory_actual_balloon_bytes
Current balloon size in bytes. Type: Gauge.

Expand Down Expand Up @@ -316,6 +319,9 @@ Number of DataVolumes pending for default storage class to be configured. Type:
### kubevirt_cdi_import_pods_high_restart
The number of CDI import pods with high restart count. Type: Gauge.

### kubevirt_cdi_import_progress_total
The import progress in percentage. Type: Counter.

### kubevirt_cdi_openstack_populator_progress_total
Progress of volume population. Type: Counter.

Expand Down

0 comments on commit 7e1bcd3

Please sign in to comment.