-
Notifications
You must be signed in to change notification settings - Fork 804
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
Make AM grpc MaxRecvMsgSize and MaxSendMsgSize configurable #5338
Make AM grpc MaxRecvMsgSize and MaxSendMsgSize configurable #5338
Conversation
7d41c9e
to
47cc774
Compare
38003b5
to
52b07c6
Compare
CHANGELOG.md
Outdated
@@ -13,6 +13,7 @@ | |||
* [BUGFIX] Ruler: Validate if rule group can be safely converted back to rule group yaml from protobuf message #5265 | |||
* [BUGFIX] Querier: Convert gRPC `ResourceExhausted` status code from store gateway to 422 limit error. #5286 | |||
* [BUGFIX] Alertmanager: Route web-ui requests to the alertmanager distributor when sharding is enabled. #5293 | |||
* [FEATURE] Added 2 flags `-alertmanager.alertmanager-client.grpc-max-send-msg-size` and ` -alertmanager.alertmanager-client.grpc-max-recv-msg-size` to configure alert manager grpc client message size limits. #5338 |
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.
Kindly move this to line 9, close to the other [FEATURE]
:)
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.
Updated, thanks for checking 🙇
52b07c6
to
8a7cbb3
Compare
@emanlodovice Let's fix changelog first otherwise CI won't run. |
3f06cd3
to
487d3b7
Compare
Signed-off-by: Emmanuel Lodovice <lodovice@amazon.com>
487d3b7
to
9ef7748
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.
Thanks
What this PR does:
Make Alert manager grpc
MaxRecvMsgSize
andMaxSendMsgSize
configurable.Which issue(s) this PR fixes:
Fixes #5330
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]