-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
CHANGELOG: update from #11711 #11790
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11790 +/- ##
==========================================
- Coverage 66.49% 66.08% -0.41%
==========================================
Files 403 403
Lines 36881 36881
==========================================
- Hits 24524 24374 -150
- Misses 10855 10996 +141
- Partials 1502 1511 +9
Continue to review full report at Codecov.
|
CHANGELOG-3.5.md
Outdated
@@ -148,6 +148,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. | |||
### gRPC Proxy | |||
|
|||
- Fix [`panic on error`](https://github.com/etcd-io/etcd/pull/11694) for metrics handler. | |||
- Add gRPC keep alive related flags `grpc-keepalive-min-time`, `grpc-keepalive-interval` and `grpc-keepalive-timeout`. |
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.
Thanks @mlmhl - couple of suggestions that please use keepalive
as one word, and hyperlink to the PR.
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.
Thanks for the reminder, fixed, PTAL:)
@mlmhl :) yrw and thanks for addressing the comments. LGTM. |
Add CHANGELOG for #11711 .