-
Notifications
You must be signed in to change notification settings - Fork 719
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: add more metrics for region and store heartbeat (#2881) #2891
metrics: add more metrics for region and store heartbeat (#2881) #2891
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2891 +/- ##
===============================================
- Coverage 77.51% 77.43% -0.08%
===============================================
Files 210 209 -1
Lines 22784 22790 +6
===============================================
- Hits 17660 17648 -12
- Misses 3801 3815 +14
- Partials 1323 1327 +4
Continue to review full report at Codecov.
|
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 |
/run-all-tests |
@ti-srebot merge failed. |
/merge |
/run-all-tests |
@ti-srebot merge failed. |
1 similar comment
@ti-srebot merge failed. |
/run-integration-lightning-test |
/merge |
/run-all-tests |
@ti-srebot merge failed. |
/run-all-tests |
/merge |
/run-all-tests |
@ti-srebot merge failed. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
cherry-pick #2881 to release-4.0
Signed-off-by: Zheming Li nkdudu@126.com
What problem does this PR solve?
Add more metrics about heartbeat. Solve #2800
What is changed and how it works?
Add heartbeat handle duration for region heartbeat and store heartbeat.
Add panel in pd grafana dashboard.
Fix RegionHeartBeat still count "ok" when error occurs.
Check List
Tests
Code changes
Release note