-
Notifications
You must be signed in to change notification settings - Fork 728
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 alert rule for process restart (#2756) #2789
Conversation
Signed-off-by: ti-srebot <[email protected]>
@lucklove please accept the invitation then you can push to the cherry-pick pull requests. |
LGTM |
LGTM |
/merge |
/run-all-tests |
@ti-srebot merge failed. |
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 |
Codecov Report
@@ Coverage Diff @@
## release-3.0 #2789 +/- ##
===============================================
- Coverage 69.83% 69.81% -0.03%
===============================================
Files 171 171
Lines 16987 16987
===============================================
- Hits 11863 11859 -4
+ Misses 4160 4148 -12
- Partials 964 980 +16
Continue to review full report at Codecov.
|
@ti-srebot merge failed. |
/merge |
2 similar comments
/merge |
/merge |
/run-all-tests |
@ti-srebot merge failed. |
/run-all-tests |
@ti-srebot merge failed. |
/run-all-tests |
@ti-srebot merge failed. |
cherry-pick #2756 to release-3.0
Signed-off-by: lucklove [email protected]
What problem does this PR solve?
Add an alert rule for tidb-server restarting
What is changed and how it works?
metrics/alertmanager/pd.rules.yml
Add the prometheus alert rule changes(process_start_time_seconds{job="pd"}[5m]) > 0
Check List
Tests
Related changes
Release note
Add an alert rule for restart