Skip to content

Commit

Permalink
increase sensitivity on alert for tenant db connections (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes94 authored Jul 16, 2024
1 parent d20cf7a commit 67f7f4f
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: 20m
for: 10m
labels:
severity: critical
annotations:
Expand Down

0 comments on commit 67f7f4f

Please sign in to comment.