diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-16 10:56:37 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-16 10:56:37 +0300 |
| commit | 9e22446940cadb2f4faf370751d6829624835107 (patch) | |
| tree | d2d5697d3d3e3996c175a238ef902d9e1fb5b35d /f3s/prometheus | |
| parent | b5c389ec63f197fc022b32584438842909ad7355 (diff) | |
goprecords: restore for:1h after alert test
Diffstat (limited to 'f3s/prometheus')
| -rw-r--r-- | f3s/prometheus/manifests/goprecords-alerts.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/prometheus/manifests/goprecords-alerts.yaml b/f3s/prometheus/manifests/goprecords-alerts.yaml index a3b488c..a04698a 100644 --- a/f3s/prometheus/manifests/goprecords-alerts.yaml +++ b/f3s/prometheus/manifests/goprecords-alerts.yaml @@ -14,7 +14,7 @@ spec: expr: | (time() - goprecords_host_records_last_update_timestamp_seconds{excluded="false"}) > (5 * 30 * 24 * 3600) - for: 1m + for: 1h labels: severity: warning component: goprecords |
