summaryrefslogtreecommitdiff
path: root/app/views/projects/environments
diff options
context:
space:
mode:
authorJose Ivan Vargas Lopez <jvargas@gitlab.com>2017-03-21 16:20:24 +0000
committerRémy Coutable <remy@rymai.me>2017-03-21 16:20:24 +0000
commit222cfda9c3690ac7f77be5ecc74d35dad266b72d (patch)
tree26074bd0b149a72d6f3451c92b7b5138f4c0f985 /app/views/projects/environments
parentfa7f409f13b75d5494aae0765e7fef19f58af426 (diff)
downloadgitlab-ce-222cfda9c3690ac7f77be5ecc74d35dad266b72d.tar.gz
Resolve "Fix the Prometheus queries for multiple container environments"
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/metrics.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/environments/metrics.html.haml b/app/views/projects/environments/metrics.html.haml
index b8c1782f050..3b45162df52 100644
--- a/app/views/projects/environments/metrics.html.haml
+++ b/app/views/projects/environments/metrics.html.haml
@@ -18,7 +18,11 @@
= render 'projects/deployments/actions', deployment: @environment.last_deployment
.row
.col-sm-12
+ %h4
+ CPU utilization
%svg.prometheus-graph{ 'graph-type' => 'cpu_values' }
.row
.col-sm-12
+ %h4
+ Memory usage
%svg.prometheus-graph{ 'graph-type' => 'memory_values' }