-
Notifications
You must be signed in to change notification settings - Fork 130
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
Bug 1677451 - Implement Memory Distribution in the RLB #1376
Conversation
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.
Thank you for doing this! It looks really good overall. There's a couple of things that we might simplify, I left a few comments above.
Would you kindly also add:
- a changelog entry;
- docs here?
5119f94
to
f7c41b2
Compare
RFAL |
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.
r+, wc
``` | ||
|
||
</div> | ||
|
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.
Also add a link to the Rust API docs in the "Reference" section below.
f7c41b2
to
5dc3b96
Compare
Also, while I was here I added
test_get_num_recorded_errors
because any metric that records errors should expose this method (heck, maybe all metrics should expose this method for consistency's sake)