Skip to content

Commit 96d4ab2

Browse files
[mq] working branch - merge e5ee8f5 on top of main at ad8b885
{"baseBranch":"main","baseCommit":"ad8b8854e381df65d59127458fc55758cee2aaab","createdAt":"2025-01-15T01:11:10.179440Z","headSha":"e5ee8f563e20302ee5b93e167b4262b1400b79a3","id":"679a4d2b-a262-46ca-bc25-d5cf27e8d0cf","priority":"200","pullRequestNumber":"32975","queuedAt":"2025-01-15T01:11:10.178191Z","status":"STATUS_QUEUED"}
2 parents 1f47cfe + e5ee8f5 commit 96d4ab2

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

test/regression/cases/quality_gate_idle/experiment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ checks:
3737
series: total_rss_bytes
3838
upper_bound: "356.0 MiB"
3939

40+
- name: intake_connections
41+
description: "Connections established to intake APIs. This puts a bound on total connections per Agent instance."
42+
bounds:
43+
series: "connection.current"
44+
upper_bound: 3
45+
4046
report_links:
4147
- text: "bounds checks dashboard"
4248
link: "https://app.datadoghq.com/dashboard/vz3-jd5-bdi?fromUser=true&refresh_mode=paused&tpl_var_experiment%5B0%5D={{ experiment }}&tpl_var_job_id%5B0%5D={{ job_id }}&tpl_var_run-id%5B0%5D={{ job_id }}&view=spans&from_ts={{ start_time_ms }}&to_ts={{ end_time_ms }}&live=false"

test/regression/cases/quality_gate_idle_all_features/experiment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ checks:
4848
series: total_rss_bytes
4949
upper_bound: "735.0 MiB"
5050

51+
- name: intake_connections
52+
description: "Connections established to intake APIs. This puts a bound on total connections per Agent instance."
53+
bounds:
54+
series: "connection.current"
55+
upper_bound: 3
56+
5157
report_links:
5258
- text: "bounds checks dashboard"
5359
link: "https://app.datadoghq.com/dashboard/vz3-jd5-bdi?fromUser=true&refresh_mode=paused&tpl_var_experiment%5B0%5D={{ experiment }}&tpl_var_job_id%5B0%5D={{ job_id }}&tpl_var_run-id%5B0%5D={{ job_id }}&view=spans&from_ts={{ start_time_ms }}&to_ts={{ end_time_ms }}&live=false"

test/regression/cases/quality_gate_logs/experiment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ checks:
3535
bounds:
3636
series: lost_bytes
3737
upper_bound: 0KiB
38+
39+
- name: intake_connections
40+
description: "Connections established to intake APIs. This puts a bound on total connections per Agent instance."
41+
bounds:
42+
series: "connection.current"
43+
upper_bound: 6

0 commit comments

Comments
 (0)