Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Virtual Machines related dashboards #1613

Merged
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,20 @@ data:
- cnv:vmi_status_running:count
- kubevirt_hyperconverged_operator_health_status
- kubevirt_hco_system_health_status
- kubevirt_vmi_info
- kubevirt_vm_running_status_last_transition_timestamp_seconds
- kubevirt_vm_non_running_status_last_transition_timestamp_seconds
- kubevirt_vm_error_status_last_transition_timestamp_seconds
- kubevirt_vm_starting_status_last_transition_timestamp_seconds
- kubevirt_vm_migrating_status_last_transition_timestamp_seconds
- kubevirt_vmi_memory_available_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_storage_iops_read_total
- kubevirt_vmi_storage_iops_write_total

Comment on lines +146 to +159
Copy link
Contributor

Choose a reason for hiding this comment

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

Not relevant to this PR, but we probably want to maintain independent allowlists in the future as we support more than one allowlist.

matches:
- __name__="workqueue_queue_duration_seconds_bucket",job="apiserver"
- __name__="workqueue_adds_total",job="apiserver"
Expand Down
Loading
Loading