Skip to content
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

Merged

Conversation

emanlodovice
Copy link
Contributor

@emanlodovice emanlodovice commented May 10, 2023

What this PR does:
Make Alert manager grpc MaxRecvMsgSize and MaxSendMsgSize configurable.

Which issue(s) this PR fixes:
Fixes #5330

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@emanlodovice emanlodovice force-pushed the expose-am-grpc-size-to-config branch 2 times, most recently from 7d41c9e to 47cc774 Compare May 10, 2023 06:27
@emanlodovice emanlodovice marked this pull request as ready for review May 10, 2023 07:00
@emanlodovice emanlodovice force-pushed the expose-am-grpc-size-to-config branch 2 times, most recently from 38003b5 to 52b07c6 Compare May 10, 2023 07:42
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
Copy link
Contributor

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] :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated, thanks for checking 🙇

@emanlodovice emanlodovice force-pushed the expose-am-grpc-size-to-config branch from 52b07c6 to 8a7cbb3 Compare May 10, 2023 16:44
@emanlodovice emanlodovice requested a review from alvinlin123 May 10, 2023 16:44
@yeya24
Copy link
Contributor

yeya24 commented May 10, 2023

@emanlodovice Let's fix changelog first otherwise CI won't run.

@emanlodovice emanlodovice force-pushed the expose-am-grpc-size-to-config branch 2 times, most recently from 3f06cd3 to 487d3b7 Compare May 10, 2023 17:24
Signed-off-by: Emmanuel Lodovice <lodovice@amazon.com>
@emanlodovice emanlodovice force-pushed the expose-am-grpc-size-to-config branch from 487d3b7 to 9ef7748 Compare May 10, 2023 17:44
Copy link
Contributor

@yeya24 yeya24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@yeya24 yeya24 merged commit 3e41a41 into cortexproject:master May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Alert Manager MaxSendMsgSize and MaxRecvMsgSize configurable
3 participants