24 lines
710 B
Text
24 lines
710 B
Text
- @no_container = true
|
|
- page_title "Metrics for environment", @environment.name
|
|
- content_for :page_specific_javascripts do
|
|
= page_specific_javascript_bundle_tag('common_d3')
|
|
= page_specific_javascript_bundle_tag('monitoring')
|
|
= 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' }
|