Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
runbooks
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Infrastructure
Infrastructure
Labels
Merge Requests
46
Merge Requests
46
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
GitLab.com
runbooks
Commits
2fcbf09d
Commit
2fcbf09d
authored
Mar 05, 2019
by
Henri Philipps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'hphilipps-registry-error-rate' into 'master'"
This reverts merge request !979
parent
555f6ca6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rules/registry-gitlab-com-status.yml
rules/registry-gitlab-com-status.yml
+2
-2
No files found.
rules/registry-gitlab-com-status.yml
View file @
2fcbf09d
...
@@ -33,7 +33,7 @@ groups:
...
@@ -33,7 +33,7 @@ groups:
-
alert
:
High4xxRateForRegistry
-
alert
:
High4xxRateForRegistry
expr
:
|
expr
:
|
sum(backend_code:haproxy_server_http_responses_total:irate1m{backend="registry",code="4xx",tier="lb"})
> 2
sum(backend_code:haproxy_server_http_responses_total:irate1m{backend="registry",code="4xx",tier="lb"})
/ sum(backend_code:haproxy_server_http_responses_total:irate1m{backend="registry",tier="lb"})
/ sum(backend_code:haproxy_server_http_responses_total:irate1m{backend="registry",tier="lb"})
> 0.75
> 0.75
for
:
5m
for
:
5m
...
@@ -42,7 +42,7 @@ groups:
...
@@ -42,7 +42,7 @@ groups:
severity
:
critical
severity
:
critical
annotations
:
annotations
:
description
:
We are seeing an increase of 4xx errors on the load balancing across
description
:
We are seeing an increase of 4xx errors on the load balancing across
all backends, more than
75% of http requests and more than 2 requests per second
for at least 5 minutes. Check the registry nodes
all backends, more than
60% of http requests
for at least 5 minutes. Check the registry nodes
since they are the ones processing live traffic at the moment.
since they are the ones processing live traffic at the moment.
runbook
:
troubleshooting/gitlab-registry.md
runbook
:
troubleshooting/gitlab-registry.md
title
:
High 4xx Error Rate on Docker Registry
title
:
High 4xx Error Rate on Docker Registry
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment