Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
fa273263
Commit
fa273263
authored
Jul 27, 2017
by
Joshua Lambert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename the metric groups
parent
86ae883b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
config/prometheus/additional_metrics.yml
config/prometheus/additional_metrics.yml
+4
-4
No files found.
config/prometheus/additional_metrics.yml
View file @
fa273263
-
group
:
HA Proxy
-
group
:
Response metrics (HA Proxy)
priority
:
10
metrics
:
-
title
:
"
Throughput"
...
...
@@ -19,7 +19,7 @@
-
query_range
:
'
sum(rate(haproxy_frontend_http_responses_total{code="5xx",%{environment_filter}}[2m]))
/
sum(rate(haproxy_frontend_http_responses_total{%{environment_filter}}[2m]))'
label
:
HTTP Errors
unit
:
"
%"
-
group
:
AWS Elastic Load Balancer
-
group
:
Response metrics (AWS ELB)
priority
:
10
metrics
:
-
title
:
"
Throughput"
...
...
@@ -50,7 +50,7 @@
-
query_range
:
'
sum(aws_elb_httpcode_backend_5_xx_sum{%{environment_filter}})
/
sum(aws_elb_request_count_sum{%{environment_filter}})'
label
:
HTTP Errors
unit
:
"
%"
-
group
:
NGINX
-
group
:
Response metrics (NGINX)
priority
:
10
metrics
:
-
title
:
"
Throughput"
...
...
@@ -80,7 +80,7 @@
-
query_range
:
'
sum(rate(nginx_responses_total{status_code="5xx",
%{environment_filter}}[2m]))
/
sum(rate(nginx_requests_total{server_zone!="*",
server_zone!="_",
%{environment_filter}}[2m]))'
label
:
HTTP Errors
unit
:
"
%"
-
group
:
Kubernetes
-
group
:
System metrics (Kubernetes)
priority
:
5
metrics
:
-
title
:
"
Memory
Usage"
...
...
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