-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Create new metric which conform to our naming conventions #103799
Conversation
Hi @jyz0309. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
/sig instrumentation |
@jimmidyson @wojtek-t @logicalhan PTAL~ |
/assign @logicalhan |
@jyz0309 I think it would be great to add a release note to mention that the |
/ok-to-test |
/retest-required |
Signed-off-by: jyz0309 <[email protected]> add comment Signed-off-by: jyz0309 <[email protected]> add promlint Signed-off-by: jyz0309 <[email protected]> address comment Signed-off-by: jyz0309 <[email protected]> go fmt code Signed-off-by: jyz0309 <[email protected]>
/retest-required |
/lgtm |
It seem that the relate pr has been merged.#103793 @dgrisonnet Can you help me merge this pr? |
We would need an approver to move forward with this PR. @logicalhan can you have look? |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jyz0309, logicalhan 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 |
Came across issues #102545 #103441 and a couple others referencing duplicate watch count metrics. These issues all seem to be linked, however, I am new to open source contributions. Are duplicate watch count metrics still an issue? Based off my reading, it seems as if it was deemed to risky to remove the duplicates and instead they were chosen to be deprecated and a new standard implemented. Essentially, I'd like to contribute to this issue, but I'm not sure what direction to move in. Thank you |
Signed-off-by: jyz0309 [email protected]
add comment
Signed-off-by: jyz0309 [email protected]
What type of PR is this?
/kind cleanup
/kind deprecation
What this PR does / why we need it:
According to the #103441 , we want to deprecate
apiserver_longrunning_gauge
andapiserver_register_watchers
metrics and create a new one which actually does conform to our naming conventions probably something likeapiserver_longrunning_requests
.And #103793 have deprecated metrics, and this pr will create a new metric to replace
apiserver_longrunning_gauge
and conform to our naming conventions.Which issue(s) this PR fixes:
Fixes #103441
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: