Skip to content

Commit

Permalink
Add missing metrics to allowlist
Browse files Browse the repository at this point in the history
Added missing metrics to allowlist
for OpenShift Virtualization dashboards.

Signed-off-by: Shirly Radco <sradco@redhat.com>
  • Loading branch information
sradco committed Oct 9, 2024
1 parent 8300ced commit a55d058
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,19 @@ data:
- kubevirt_vm_starting_status_last_transition_timestamp_seconds
- kubevirt_vm_migrating_status_last_transition_timestamp_seconds
- kubevirt_vmi_memory_available_bytes
- kubevirt_vmi_memory_unused_bytes
- kubevirt_vmi_memory_cached_bytes
- kubevirt_vmi_memory_used_bytes
- kubevirt_vmi_phase_count
- kubevirt_vmi_cpu_usage_seconds_total
- kubevirt_vmi_network_receive_bytes_total
- kubevirt_vmi_network_transmit_bytes_total
- kubevirt_vmi_network_receive_packets_total
- kubevirt_vmi_network_transmit_packets_total
- kubevirt_vmi_storage_iops_read_total
- kubevirt_vmi_storage_iops_write_total
- kubevirt_vm_resource_requests
matches:
- __name__="workqueue_queue_duration_seconds_bucket",job="apiserver"
Expand Down

0 comments on commit a55d058

Please sign in to comment.