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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
20dfe22d
Commit
20dfe22d
authored
Aug 10, 2020
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add k8s gauge metrics dashboard template
parent
e1724883
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
lib/gitlab/metrics/templates/gauge.metrics-dashboard.yml
lib/gitlab/metrics/templates/gauge.metrics-dashboard.yml
+1
-1
lib/gitlab/metrics/templates/k8s_gauge.metrics-dashboard.yml
lib/gitlab/metrics/templates/k8s_gauge.metrics-dashboard.yml
+23
-0
No files found.
lib/gitlab/metrics/templates/gauge.metrics-dashboard.yml
View file @
20dfe22d
# Only one dashboard should be defined per file
# More info: https://docs.gitlab.com/ee/operations/metrics/dashboards/yaml.html
dashboard
:
'
G
ua
ge
Panel
Example'
dashboard
:
'
G
au
ge
Panel
Example'
# For more information about the required properties of panel_groups
# please visit: https://docs.gitlab.com/ee/operations/metrics/dashboards/yaml.html#panel-group-panel_groups-properties
...
...
lib/gitlab/metrics/templates/k8s_gauge.metrics-dashboard.yml
0 → 100644
View file @
20dfe22d
# Only one dashboard should be defined per file
# More info: https://docs.gitlab.com/ee/operations/metrics/dashboards/yaml.html
dashboard
:
'
Gauge
K8s
Panel
Example'
# For more information about the required properties of panel_groups
# please visit: https://docs.gitlab.com/ee/operations/metrics/dashboards/yaml.html#panel-group-panel_groups-properties
panel_groups
:
-
group
:
'
Server
Statistics'
panels
:
-
title
:
"
Memory
usage"
# More information about gauge panel types can be found here:
# https://docs.gitlab.com/ee/operations/metrics/dashboards/panel_types.html#gauge
type
:
"
gauge-chart"
min_value
:
0
max_value
:
1024
split
:
10
thresholds
:
mode
:
"
percentage"
values
:
[
60
,
90
]
format
:
"
megabytes"
metrics
:
-
query
:
'
avg(sum(container_memory_usage_bytes{container!="POD",pod=~"^{{ci_environment_slug}}-([^c].*|c([^a]|a([^n]|n([^a]|a([^r]|r[^y])))).*|)-(.*)",namespace="{{kube_namespace}}"})
by
(job))
without
(job)
/
count(avg(container_memory_usage_bytes{container!="POD",pod=~"^{{ci_environment_slug}}-([^c].*|c([^a]|a([^n]|n([^a]|a([^r]|r[^y])))).*|)-(.*)",namespace="{{kube_namespace}}"})
without
(job))
/1024/1024
OR
avg(sum(container_memory_usage_bytes{container_name!="POD",pod_name=~"^{{ci_environment_slug}}-([^c].*|c([^a]|a([^n]|n([^a]|a([^r]|r[^y])))).*|)-(.*)",namespace="{{kube_namespace}}"})
by
(job))
without
(job)
/
count(avg(container_memory_usage_bytes{container_name!="POD",pod_name=~"^{{ci_environment_slug}}-([^c].*|c([^a]|a([^n]|n([^a]|a([^r]|r[^y])))).*|)-(.*)",namespace="{{kube_namespace}}"})
without
(job))
/1024/1024'
unit
:
'
MB'
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