-
Notifications
You must be signed in to change notification settings - Fork 619
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
[all]refactory metrics code so that additional code can consume it #1236
Conversation
@seanschneeweiss any suggestions? |
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build failed.
|
Build failed.
|
/retest |
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build failed.
|
Build succeeded.
|
/retest |
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build failed.
|
Build succeeded.
|
/retest |
Build succeeded.
|
Build succeeded.
|
Build failed.
|
@ramineni I used my local build image and tested ,seems works fine
|
@ramineni @lingxiankong please help to review, thanks |
Thanks. |
pkg/metrics/metrics_api.go
Outdated
} | ||
) | ||
|
||
// ObserveReconcile records the request latency and counts the errors. |
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.
// ObserveReconcile records the request latency and counts the errors. | |
// ObserveRequest records the request latency and counts the errors. |
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.
done
pkg/metrics/metrics_reconcile.go
Outdated
} | ||
) | ||
|
||
// ObserveReconcile records the request latency and counts the errors. |
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.
// ObserveReconcile records the request latency and counts the errors. | |
// ObserveReconcile records reconciliation duration, | |
// frequency and number of errors. |
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.
done
09313c2
to
bdfeed9
Compare
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
@lingxiankong @seanschneeweiss @ramineni can you take another look? thanks |
/lgtm |
/approve Thanks for picking up this refactoring work! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lingxiankong 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 |
What this PR does / why we need it:
refactory metrics code so that #913 might consume it
Which issue this PR fixes(if applicable):
fixes #
Special notes for reviewers:
Release note: