Skip to content

Commit

Permalink
Added an example.
Browse files Browse the repository at this point in the history
  • Loading branch information
yousukseung committed Jun 6, 2023
1 parent bae88e2 commit ae04a56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xds/data/orca/v3/orca_load_report.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ message OrcaLoadReport {
map<string, double> named_metrics = 8;

// Application specific utilization expressed as a fraction of available
// resources. This should be derived from the latest sample or measurement.
// resources. For example, an application may report the max of CPU and memory
// utilization for better load balancing if it is both CPU and memory bound.
// This should be derived from the latest sample or measurement.
// The value may be larger than 1.0 when the usage exceeds the reporter
// dependent notion of soft limits.
double application_utilization = 9 [(validate.rules).double.gte = 0];
Expand Down

0 comments on commit ae04a56

Please sign in to comment.