modules/nixos/monitoring/alert-rules: increase comin commit alert to 90m

This commit is contained in:
zowoq 2024-04-21 12:38:38 +10:00
parent eb1e23180c
commit cdd225cc94

View file

@ -13,7 +13,7 @@
{ {
CominDeploymentDifferentCommits = { CominDeploymentDifferentCommits = {
expr = ''count(count by (commit_id) (comin_deployment_info)) > 1''; expr = ''count(count by (commit_id) (comin_deployment_info)) > 1'';
for = "30m"; for = "90m";
annotations.description = "One or more comin deployments are on different commits"; annotations.description = "One or more comin deployments are on different commits";
}; };