Skip to content

Commit

Permalink
Revert "increase sensitivity on alert for tenant db connections (#271)…
Browse files Browse the repository at this point in the history
…" (#273)

This reverts commit 67f7f4f.
  • Loading branch information
johannes94 authored Jul 23, 2024
1 parent 13bf366 commit 7332e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/prometheus/prometheus-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
sop_url: "https://gitlab.cee.redhat.com/stackrox/acs-managed-service-runbooks/blob/master/sops/dp-003-rhacs-instance-unavailable.md"
- alert: RHACSCentralPostgresConnectionDown
expr: avg_over_time(rox_central_postgres_connected{container="central"}[10m]) < 0.5
for: 10m
for: 20m
labels:
severity: critical
annotations:
Expand Down

0 comments on commit 7332e51

Please sign in to comment.