EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 6c2dde78 authored by Karl Grube's avatar Karl Grube
Browse files

don't monitor unknown 400s

parent b7125e5e
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ groups:
description: "The HTTP 5xx error rate is above 5%.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
- alert: GitLabHigh4xxResponses
expr: rate(http_requests_total{job=~"gitlab.*", status=~"4.."}[5m]) / rate(http_requests_total{job=~"gitlab.*"}[5m]) > 0.10
expr: rate(http_requests_total{job=~"gitlab.*", status=~"4..",feature_category!="unknown"}[5m]) / rate(http_requests_total{job=~"gitlab.*"}[5m]) > 0.10
for: 2m
labels:
severity: warning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment