Skip to content

Commit

Permalink
Merge pull request #281 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 Jan 27, 2025
2 parents 1c7b3af + eab18ab commit 24eb9af
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 @@ -207,12 +207,18 @@ The rate of memory being dirty in the Guest OS. Type: Gauge.
### kubevirt_vmi_migration_disk_transfer_rate_bytes
The rate at which the memory is being transferred. Type: Gauge.

### kubevirt_vmi_migration_end_time_seconds
The time at which the migration ended. Type: Gauge.

### kubevirt_vmi_migration_failed
Indicates if the VMI migration failed. Type: Gauge.

### kubevirt_vmi_migration_phase_transition_time_from_creation_seconds
Histogram of VM migration phase transitions duration from creation time in seconds. Type: Histogram.

### kubevirt_vmi_migration_start_time_seconds
The time at which the migration started. Type: Gauge.

### kubevirt_vmi_migration_succeeded
Indicates if the VMI migration succeeded. Type: Gauge.

Expand Down

0 comments on commit 24eb9af

Please sign in to comment.