fix(gauts): Bump response time treshhold

This commit is contained in:
2025-11-24 21:16:03 +01:00
parent 9fcc83f2ee
commit 333f92f980
+3 -3
View File
@@ -62,21 +62,21 @@ config:
<<: *defaults
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] <= 1000"
- "[RESPONSE_TIME] <= 1500"
- "[CERTIFICATE_EXPIRATION] > 168h" # 7 days
.tls-endpoint: &tls-endpoint
<<: *defaults
conditions:
- "[CONNECTED] == true"
- "[RESPONSE_TIME] <= 1000"
- "[RESPONSE_TIME] <= 1500"
- "[CERTIFICATE_EXPIRATION] > 168h" # 7 days
.tcp-endpoint: &tcp-endpoint
<<: *defaults
conditions:
- "[CONNECTED] == true"
- "[RESPONSE_TIME] <= 1000"
- "[RESPONSE_TIME] <= 1500"
endpoints:
- name: Atlantis