Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add application_utilization (cncf#62)
gRPC's client-side weighted round robin currently uses 'cpu_utilization' but the load balancing works with any utilization. Server applications that are not CPU bound can report an application specific utilization metric instead and balance the load better. This change introduces a new top-level field 'application_utilization' for this use. Signed-off-by: Yousuk Seung <[email protected]> Signed-off-by: Sergii Tkachenko <[email protected]>
- Loading branch information