-
Notifications
You must be signed in to change notification settings - Fork 42k
Remove metric be hidden log temporarily #85402
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
Remove metric be hidden log temporarily #85402
Conversation
|
I'm not very familiar with the desired behavior of the deprecated metrics, the warning message, or the flag that is intended to re-enable deprecated metrics /cc @logicalhan @lavalamp |
|
Things more serious than the warning log is that if people register metrics by /assign @logicalhan @brancz |
|
There are two issues we should deal with:
And this PR focus on the first issue. |
|
/assign @liggitt happy to do this for 1.17 and deal with the other things pointed out later LGTM |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brancz, RainbowMango 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 |
|
/retest Review the full test history for this PR. Silence the bot with an |
1 similar comment
|
/retest Review the full test history for this PR. Silence the bot with an |
|
/test pull-kubernetes-e2e-gce |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Remove warning logs from binaries --version command.
This is a quick fix of the issue, we need to consider more about the way a metric be registered.
Which issue(s) this PR fixes:
Fixes #85369
Special notes for your reviewer:
According to @liggitt 's comments, if this PR is acceptable, we should cherry-pick to branch release-1.17.
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/priority critical-urgent