summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/metrics.html.haml
blob: f8e94ca98aeb90a77436ce605b433d26ba953bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- @no_container = true
- page_title "Metrics for environment", @environment.name
= render "projects/pipelines/head"

%div{ class: container_class }
  .top-area
    .row
      .col-sm-6
        %h3.page-title
          Environment:
          = @environment.name

      .col-sm-6
        .nav-controls
          = render 'projects/deployments/actions', deployment: @environment.last_deployment
  .row
    .col-sm-12
      %svg.prometheus-graph{ 'graph-type' => 'cpu_values' }
  .row
    .col-sm-12
      %svg.prometheus-graph{ 'graph-type' => 'memory_values' }