Welcome to mirror list, hosted at ThFree Co, Russian Federation.

metrics.html.haml « environments « fixtures « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 483063fb889fec7e736d709223b92f623aa2a708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%div
  .top-area
    .row
      .col-sm-6
        %h3.page-title
          Metrics for environment
  .row
    .col-sm-12
      %svg.prometheus-graph{ 'graph-type' => 'cpu_values' }
  .row
    .col-sm-12
      %svg.prometheus-graph{ 'graph-type' => 'memory_values' }