Skip to content

Commit

Permalink
Use qg prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeHahn committed Nov 4, 2024
1 parent 48eaa5d commit fb7ed99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/regression/cases/idle/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ target:
DD_INTERNAL_PROFILING_EXTRA_TAGS: experiment:idle

checks:
# Note: quality gates will stop using this experiment in the future in favor of quality_gate_idle.
- name: memory_usage
description: "Memory usage quality gate. This puts a bound on the total agent memory usage."
bounds:
Expand Down
1 change: 1 addition & 0 deletions test/regression/cases/idle_all_features/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ target:
DD_PROFILING_WAIT_PROFILE: true

checks:
# Note: quality gates will stop using this experiment in the future in favor of quality_gate_idle_all_features.
- name: memory_usage
description: "Memory usage quality gate. This puts a bound on the total agent memory usage."
bounds:
Expand Down
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 @@ -34,7 +34,7 @@ checks:
description: "Memory usage quality gate. This puts a bound on the total agent memory usage."
bounds:
series: total_rss_bytes
upper_bound: "430.0 MiB"
upper_bound: "425.0 MiB"

report_links:
- text: "bounds checks dashboard"
Expand Down

0 comments on commit fb7ed99

Please sign in to comment.