Skip to content

Commit

Permalink
[neutron] Change alert severity for API rate-limited projects
Browse files Browse the repository at this point in the history
The alert channel is getting too many notifications for projects exceeding the neutron API limits. We decide to change the severity from `warning` to `info`. This change implies:
1) no more notifications on the alert channel on "local/per project" rate limit violations: `info` alerts do not get routed to the alerting system 
2) alerts are still accessible on Thanos via GreenHouse
  • Loading branch information
nikatza authored Jan 22, 2025
2 parents 18662fd + d700c14 commit 2b7118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/neutron/alerts/openstack/api.alerts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ groups:
sum by (target_type_uri, action, target_project_id) (rate(openstack_watcher_api_requests_total{service="network", container="statsd"}[1m])) > 0.1
for: 5m
labels:
severity: warning
severity: info
support_group: network-api
tier: os
service: neutron
Expand Down

0 comments on commit 2b7118d

Please sign in to comment.