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
1c61c5f0
Commit
1c61c5f0
authored
May 01, 2020
by
Olena Horal-Koretska
Committed by
James Lopez
May 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Seed metrics dashboard with example heatmap charts
parent
6891abfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
spec/fixtures/lib/gitlab/metrics/dashboard/development_metrics.yml
...ures/lib/gitlab/metrics/dashboard/development_metrics.yml
+20
-1
No files found.
spec/fixtures/lib/gitlab/metrics/dashboard/development_metrics.yml
View file @
1c61c5f0
...
...
@@ -17,4 +17,23 @@ panel_groups:
query_range
:
50000
label
:
"
Memory
Usage
Rate
Upper
Limit"
unit
:
"
kB"
-
group
:
System metrics (Kubernetes)
panels
:
-
title
:
'
Container
CPU
Usage
by
Environment
(seconds)'
type
:
'
heatmap'
metrics
:
-
id
:
container_cpu_usage_by_env
query_range
:
'
sum(rate(container_cpu_usage_seconds_total{environment=~"coredns|production|kube|kube-controller"}[1h]))
by
(environment)'
step
:
3600
-
title
:
'
Number
of
GitLab
Runner
requests
by
status'
type
:
'
heatmap'
metrics
:
-
id
:
number_of_runner_requests_by_status
query_range
:
'
sum(rate(gitlab_runner_api_request_statuses_total[60m]))
by
(status)'
step
:
3600
-
title
:
'
95
percentile
of
request
durations
per
handler
(seconds)'
type
:
'
heatmap'
metrics
:
-
id
:
95_percentile_of_request_durations_per_handler
query_range
:
'
histogram_quantile(0.95,
sum(rate(prometheus_http_request_duration_seconds_bucket[1h]))
by
(handler,le))'
step
:
3600
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