Skip to content

Commit

Permalink
Merge #34330: Adjust Quality Gate Limits down
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt authored Feb 21, 2025
1 parent 1a9685a commit 7b722a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/regression/cases/quality_gate_idle/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checks:
description: "Memory usage quality gate. This puts a bound on the total agent memory usage."
bounds:
series: total_rss_bytes
upper_bound: "350.0 MiB"
upper_bound: "280.0 MiB"

- name: intake_connections
description: "Connections established to intake APIs. This puts a bound on total connections per Agent instance."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ checks:
description: "Memory usage quality gate. This puts a bound on the total agent memory usage."
bounds:
series: total_rss_bytes
upper_bound: "724.0 MiB"
upper_bound: "714.0 MiB"

- name: intake_connections
description: "Connections established to intake APIs. This puts a bound on total connections per Agent instance."
Expand Down
2 changes: 1 addition & 1 deletion test/regression/cases/quality_gate_logs/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ checks:
description: "Memory usage"
bounds:
series: total_rss_bytes
upper_bound: "406.0 MiB"
upper_bound: "335.0 MiB"

- name: lost_bytes
description: "Allowable bytes not polled by log Agent"
Expand Down

0 comments on commit 7b722a3

Please sign in to comment.