diff options
author | Jose Ivan Vargas Lopez <jvargas@gitlab.com> | 2017-03-21 16:20:24 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-03-21 16:20:24 +0000 |
commit | 222cfda9c3690ac7f77be5ecc74d35dad266b72d (patch) | |
tree | 26074bd0b149a72d6f3451c92b7b5138f4c0f985 /app/views | |
parent | fa7f409f13b75d5494aae0765e7fef19f58af426 (diff) | |
download | gitlab-ce-222cfda9c3690ac7f77be5ecc74d35dad266b72d.tar.gz |
Resolve "Fix the Prometheus queries for multiple container environments"
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/environments/metrics.html.haml | 4 |
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' } |