Created attachment 1904648 [details] missing-query Description of problem: When migrating a VM, I can see data for other migration queries but not for kubevirt_migrate_vmi_disk_transfer_rate_bytes. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Migrate a vm 2. No results for kubevirt_migrate_vmi_disk_transfer_rate_bytes 3. Actual results: Expected results: data from kubevirt_migrate_vmi_disk_transfer_rate_bytes query Additional info: according to https://github.com/kubevirt/monitoring/blob/main/docs/metrics.md - it should provide data
I had a similar issue but with the kubevirt_migrate_vmi_succeeded_total metric, following are the steps for reproduction: 1. kubectl apply examples/vmi-migratable.yaml 2. kubectl apply examples/migration-job.yaml 3. kubectl exec -it /bin/bash <source_virt_handler_pod_name> -n {kubevirt, openshift-cnv} 4. (From inside the virt-handler pod) curl -kL https://locahost:8443/metrics | grep kubevirt_migrate_vmi_succeeded_total
Please update 'target release' according to your plans.
Even this bug is related to metrics, I change the component to Infra to keep it on the radar of the infra team.
Restoring the correct state of the bug.
*** Bug 2187304 has been marked as a duplicate of this bug. ***
There is a great analysis at https://bugzilla.redhat.com/show_bug.cgi?id=2187304#c0 .