File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
quality_gate_idle_all_features Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ checks:
37
37
series : total_rss_bytes
38
38
upper_bound : " 356.0 MiB"
39
39
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
+
40
46
report_links :
41
47
- text : " bounds checks dashboard"
42
48
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"
Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ checks:
48
48
series : total_rss_bytes
49
49
upper_bound : " 735.0 MiB"
50
50
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
+
51
57
report_links :
52
58
- text : " bounds checks dashboard"
53
59
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"
Original file line number Diff line number Diff line change @@ -35,3 +35,9 @@ checks:
35
35
bounds :
36
36
series : lost_bytes
37
37
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
You can’t perform that action at this time.
0 commit comments