-
Notifications
You must be signed in to change notification settings - Fork 262
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 a metric that tracks the number of preemptions issued by a ClusterQueue #2538
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/assign |
41b04ed
to
91bc308
Compare
/test all |
1 similar comment
/test all |
/cc |
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.
a few nits, looks good overall
/release-note-edit
Use the name of the user facing metric, as opposed to the variable name. |
/retest |
Please rebase |
25ca5fe
to
98f2671
Compare
8bfe17f
to
aaf0922
Compare
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.
These changes look good, but looking at the test updates, I realized that there is a bug in #2411 (comment)
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.
I think this needs a rebase now.
…rQueue * Metric for preempted workloads
9671166
to
0d0b087
Compare
…rQueue * Merge metric for preempted workloads into ReportPreemption * test helper * Expect all preemption reasons
0d0b087
to
1948fed
Compare
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 340b99ae81b7cd714303bfc87dbc6b2c4d03cfb1
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, vladikkuzn 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 |
/kind feature |
…rQueue (kubernetes-sigs#2538) * Add a metric that tracks the number of preemptions issued by a ClusterQueue * Metric for preempted workloads * Add a metric that tracks the number of preemptions issued by a ClusterQueue * Merge metric for preempted workloads into ReportPreemption * test helper * Expect all preemption reasons
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds a metric that tracks the number of preemptions issued by a ClusterQueue
Which issue(s) this PR fixes:
Fixes #2491
Special notes for your reviewer:
NONE
Does this PR introduce a user-facing change?