cleanup(scheduler): move metric labels to metrics package#116312
cleanup(scheduler): move metric labels to metrics package#116312k8s-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. |
|
/cc @alculquicondor |
There was a problem hiding this comment.
Add a comment for which label these are used.
There was a problem hiding this comment.
Suggestion: I would prefer to add a new block to group them together and add one comment at the top, these comments added below seems just repetitive.
// Blow are label values for corresponding framework extension points.
const (
PreFilter = "PreFilter"
Filter = "Filter"
...
)
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, 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 |
|
Both places aren't using
|
|
/retest |
|
Hmm I have no idea why it fails. |
|
The error seems unlikely, let me try again :) |
|
Maybe related to the test-infra. 🤔 |
|
Just pushed another commit, may fix this weird failing. Let's see.. |
|
There seem to be compilation errors: |
|
the weirdness here is no place (including framework.go#L605) isn't using |
|
rebase? |
834acde to
4265879
Compare
|
I see, so those jobs are running after rebasing on the latest master.... |
|
/retest |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: f9b4e262c071238d5f439fc5ba2fbd44417b81d0 |
Yes, otherwise we couldn't be sure that this PR doesn't break top-of-tree. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
move metric labels to
metricspackage.Which issue(s) this PR fixes:
follow up: #115082 (comment)
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: