modules/nixos/monitoring/alert-rules: increase comin commit alert to 90m
This commit is contained in:
parent
eb1e23180c
commit
cdd225cc94
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue