-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add kubevirt_vm_resource_requests metric for memory resource #12593
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 kubevirt_vm_resource_requests metric for memory resource #12593
Conversation
0ebd516
to
b6fd3a0
Compare
b6fd3a0
to
8965d70
Compare
/retest |
/lgtm |
/hold |
8965d70
to
dee9bdb
Compare
Signed-off-by: João Vilaça <machadovilaca@gmail.com>
dee9bdb
to
81e43b1
Compare
@@ -93,6 +93,9 @@ Virtual Machine last transition timestamp to migrating status. Type: Counter. | |||
### kubevirt_vm_non_running_status_last_transition_timestamp_seconds | |||
Virtual Machine last transition timestamp to paused/stopped status. Type: Counter. | |||
|
|||
### kubevirt_vm_resource_requests | |||
Resources requested by Virtual Machine. Type: Gauge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@machadovilaca Can you please mention these are CPU and memory requests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cpu will only be added in #12625
/approve |
/hold |
@machadovilaca Please update pr name and description |
/approve |
/unhold |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enp0s3, sradco The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Required labels detected, running phase 2 presubmits: |
/retest-required |
What this PR does
Before this PR:
No metric with VM resource requests data
After this PR:
kubevirt_vm_resource_requests
hold memory resource requests for VMsjira-ticket: https://issues.redhat.com/browse/CNV-44275
Fixes #
Why we need it and why it was done in this way
The following tradeoffs were made:
The following alternatives were considered:
Links to places where the discussion took place:
Special notes for your reviewer
Checklist
This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR.
Approvers are expected to review this list.
Release note