We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a33c2 commit 00c2bd9Copy full SHA for 00c2bd9
1 file changed
kubernetes/namespaces/loki/alert_rules.yml
@@ -192,7 +192,7 @@ data:
192
(
193
sum by (host) (
194
rate(
195
- {namespace="nginx-gateway", app_container="/nginx"}
+ {namespace="nginx-gateway", app_container="/nginx", host!~"forms-api.*"}
196
| json
197
| __error__ = ""
198
| status >= 500
@@ -202,7 +202,7 @@ data:
202
/
203
204
205
206
207
208
[5m]
0 commit comments