Skip to content

Commit

Permalink
fix proto message comments
Browse files Browse the repository at this point in the history
Signed-off-by: nix1n <nikhil.murari@hotstar.com>
  • Loading branch information
nix1n committed Jan 8, 2025
1 parent 153a2a8 commit ca96425
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;
// The CPU utilization resource monitor reports the Envoy process the, CPU Utilization
// are used to calculate the usage.
message CpuUtilizationConfig {
enum UtilizationComputeStrategy {
// Reports CPU Utilization of Host machine
HOST = 0;
enum UtilizationComputeStrategy {
// Reports CPU Utilization of Host machine
HOST = 0;

// Reports CPU Utilization of Envoy Container using CGROUP stats in K8s environment
CONTAINER = 1;
}
// Reports CPU Utilization of Envoy Container using CGROUP stats in K8s environment
CONTAINER = 1;
}

UtilizationComputeStrategy mode = 1 [(validate.rules).enum = {defined_only: true}];
}

0 comments on commit ca96425

Please sign in to comment.