-
Notifications
You must be signed in to change notification settings - Fork 720
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
metrics: make counter inc when operator finished rather than operator add (#2962) #2983
metrics: make counter inc when operator finished rather than operator add (#2962) #2983
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
Please resolve conflicts. @lhy1024 |
Signed-off-by: lhy1024 <admin@liudos.us>
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
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@ti-srebot merge failed. |
/run-integration-lightning-test |
/run-integration-compatibility-test |
/run-integration-lightning-test |
1 similar comment
/run-integration-lightning-test |
/run-all-tests |
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@ti-srebot merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2983 +/- ##
===============================================
+ Coverage 77.16% 77.33% +0.16%
===============================================
Files 204 209 +5
Lines 21940 22872 +932
===============================================
+ Hits 16931 17688 +757
- Misses 3724 3841 +117
- Partials 1285 1343 +58
Continue to review full report at Codecov.
|
cherry-pick #2962 to release-4.0
Signed-off-by: lhy1024 admin@liudos.us
What problem does this PR solve?
we statistic the operator when the operator added, it will be more helpful to statistic
move-peer
andmove-leader
when the operator finishedWhat is changed and how it works?
add additional counters
Check List
Tests
Release note