From: Sarah Hoffmann Date: Mon, 8 Dec 2025 07:48:08 +0000 (+0100) Subject: raise nominatim connection alert limit even more X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain raise nominatim connection alert limit even more --- diff --git a/cookbooks/prometheus/templates/default/alert_rules.yml.erb b/cookbooks/prometheus/templates/default/alert_rules.yml.erb index 39b62d58d..f0506b9ca 100644 --- a/cookbooks/prometheus/templates/default/alert_rules.yml.erb +++ b/cookbooks/prometheus/templates/default/alert_rules.yml.erb @@ -566,7 +566,7 @@ groups: annotations: delay: "{{ $value | humanizeDuration }}" - alert: nominatim connections - expr: sum(nginx_connections_writing and on (instance) chef_role{name="nominatim"}) > 4500 + expr: sum(nginx_connections_writing and on (instance) chef_role{name="nominatim"}) > 7000 for: 15m keep_firing_for: 450s labels: