Skip to content

Commit 34b49b3

Browse files
committed
Exclude 404 from NGFHigh4xxRate
1 parent 1e0a9ef commit 34b49b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/namespaces/loki/alert_rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ data:
224224
{namespace="nginx-gateway", app_container="/nginx"}
225225
| json
226226
| __error__ = ""
227-
| status >= 400, status < 500
227+
| status >= 400, status < 500, status != 404
228228
[5m]
229229
)
230230
)

0 commit comments

Comments
 (0)