-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Use Delete() instead of DeleteLabelValues() for etcd metrics #133412
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
Use Delete() instead of DeleteLabelValues() for etcd metrics #133412
Conversation
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Thu Aug 7 03:00:08 UTC 2025. |
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 Instructions 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-sigs/prow repository. |
/retest |
/lgtm |
LGTM label has been added. Git tree hash: 767f6064fc8073e4424333e88af04938d03022c9
|
We don't have approval without @logicalhan :( /cc @jpbetz |
cc @kubernetes/release-team-leads @Vyom-Yadav |
/milestone v1.34 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, richabanker 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 |
/cherry-pick release-1.34 |
No cherry-pick bot :( ? |
no cherry-pick needed, release-1.34 is still auto-fastforwarding to master once we cut 1.34.0, then cherry picks are required (and correct, there is no cherry-pick bot in k/k) |
Makes sense, I incorrectly assumed branch is cut after first RC. |
The branch is but I (and maybe you?) forgot that it's still just fast-forwarded from master periodically until code freeze is lifted. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Replaces use of DeleteLabelValues() with Delete() for etcd metrics since Delete() has proper handling of unregistered metrics.
Which issue(s) this PR is related to:
Fixes #133405
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: