-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Add alarms metrics for server #14276
Conversation
bd87df4
to
62508cf
Compare
Codecov Report
@@ Coverage Diff @@
## main #14276 +/- ##
==========================================
- Coverage 75.51% 75.19% -0.33%
==========================================
Files 456 457 +1
Lines 36919 36923 +4
==========================================
- Hits 27881 27764 -117
- Misses 7316 7415 +99
- Partials 1722 1744 +22
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. |
692151c
to
71944f7
Compare
71944f7
to
fcecc08
Compare
fcecc08
to
3d6aadb
Compare
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
Thank you @yuzhiquan
My pleasure |
Please also add a changelog item. |
83caa5d
to
7aadeba
Compare
also, just a nitpick: shouldn't commit message begin with |
8fb3fd0
to
a407be7
Compare
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 but please see couple of minor in-line comments and answer to the question on namespace. Thanks @yuzhiquan
a407be7
to
07f3852
Compare
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
Thanks @yuzhiquan
Signed-off-by: yuzhiquanlong <yuzhiquanlong@gmail.com>
07f3852
to
4c13767
Compare
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
etcdserver: add alarms metrics for etcd server.
Fix #14234