-
Notifications
You must be signed in to change notification settings - Fork 1.6k
KEP-4817: fix metrics to use apiserver_request_total #5206
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
KEP-4817: fix metrics to use apiserver_request_total #5206
Conversation
|
/assign @aojea @johnbelamaric |
| metrics: | ||
| - resourceclaim_status_devices_update_attempts_total | ||
| - resourceclaim_status_devices_update_failures_total | ||
| - apiserver_request_total{group="resource.k8s.io", version="v1beta1", resource="resourceclaims", subresource="status"} |
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.
Nit: line break at end of the file.
Otherwise it looks fine.
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.
same here
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.
fixed, thank you
|
/approve final LGTM for @pohly |
dc0997c to
a802199
Compare
Signed-off-by: Lionel Jouin <lionel.jouin@est.tech>
a802199 to
fc2184b
Compare
|
/approve cc @mrunalp I usually like to get a real SIG node approval but this is just a simple update, hopefully you're ok with it |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, johnbelamaric, LionelJouin 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 |
|
/lgtm |
Changes requested during the implementation of the metrics for KEP-4817
resourceclaim update status metrics kubernetes#130812 (comment)