Skip to content

Commit 97a6ddc

Browse files
authored
Changed unit_unavailable interval for prometheus (#121)
As stated in issue canonical/bundle-kubeflow#564 the duation for alerts for argo is set to 0m, which is too low for prod environments. We need to change to at least 5m to prevent the flapping behavior. Partial-Bug: canonical/bundle-kubeflow#564 Co-authored-by: Diko Parvanov <diko.parvanov@canonical.com>
1 parent b96fc3d commit 97a6ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prometheus_alert_rules/unit_unavailable.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alert: DexAuthUnitIsUnavailable
22
expr: up < 1
3-
for: 0m
3+
for: 5m
44
labels:
55
severity: critical
66
annotations:

0 commit comments

Comments
 (0)