-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
services, xds, orca: use application_utilization and fallback to cpu_utilization if unset in WRR, import cncf/xds #10256
Conversation
… WRR, update APIs
strip_prefix = "xds-32f1caf87195bf3390061c29f18987e51ca56a88", | ||
sha256 = "fcd0b50c013452fda9c5e28c131c287b655ebb361271a76ad3bffc08b3ecd82e", | ||
strip_prefix = "xds-e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7", | ||
sha256 = "0d33b83f8c6368954e72e7785539f0d272a8aba2f6e2e336ed15fd1514bc9899", |
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.
FYI: how I got this sha256 value is by running a wget https://github.com/cncf/xds/archive/e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7.tar.gz
, then followed by sha256sum e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7.tar.gz
PTAL @ejona86. Thanks |
…utilization if unset in WRR (grpc#10256) Implements updates to [A51][] and [A58][]. Imported cncf/xds using import.sh script. A51: grpc/proposal#374 A58: grpc/proposal#373
…utilization if unset in WRR (#10256) Implements updates to [A51][] and [A58][]. Imported cncf/xds using import.sh script. A51: grpc/proposal#374 A58: grpc/proposal#373
CallMetricRecorder
andMetricRecorder
forapplication_utilization
application_utilization
and fallback tocpu_utilization
if unset for client-side WRR