feature(scheduler): plugin_evaluation_total metric support preScore/score#118025
feature(scheduler): plugin_evaluation_total metric support preScore/score#118025k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/assign |
|
LGTM label has been added. DetailsGit tree hash: ee0d01b4e64e9557be6c92d72d8bc4913fb6bf57 |
|
/assign @Huang-Wei |
|
/ping @sanposhiho @kerthcet |
|
We should avoid one person giving both /lgtm /approve basically. I'd like to leave /approve to @kerthcet or @Huang-Wei |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AxeZhan, kerthcet, sanposhiho The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
"plugin_evaluation_total" metric counts how many times the specific plugin affects the scheduling result while taking Skip status into consideration. Previously it only supports preFilter/filter. With this pr, we can support preScore/score as well.
Which issue(s) this PR fixes:
Fixes #110643
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: