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 00c2bd9 commit 9eb5047Copy full SHA for 9eb5047
1 file changed
kubernetes/namespaces/loki/alert_rules.yml
@@ -192,19 +192,21 @@ data:
192
(
193
sum by (host) (
194
rate(
195
- {namespace="nginx-gateway", app_container="/nginx", host!~"forms-api.*"}
+ {namespace="nginx-gateway", app_container="/nginx"}
196
| json
197
| __error__ = ""
198
+ | host !~ "forms-api.*"
199
| status >= 500
200
[5m]
201
)
202
203
/
204
205
206
207
208
209
210
211
212
0 commit comments