You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(chart): raise WAF floor to 5 req/s and scope to release namespace
graph-italia ingress traffic peaks at ~0.05 req/s, so the previous >1
req/s floor already silenced the alert; raise it to >5 req/s so it only
fires on genuinely high sustained traffic with a 4xx storm.
Also scope the query to this release's own ingresses via
exported_namespace (the nginx 'namespace' label is the controller's ns,
not the ingress's; the old .*graph-italia.* regex also matched the test
ingresses). Now prod monitors prod, test monitors test.
0 commit comments