Prometheus Metrics Panel View
This commit is contained in:
parent
efb264f70d
commit
2e302e35e7
1 changed files with 21 additions and 0 deletions
21
app/views/projects/services/prometheus/_show.html.haml
Normal file
21
app/views/projects/services/prometheus/_show.html.haml
Normal file
|
@ -0,0 +1,21 @@
|
|||
.row.prepend-top-default.append-bottom-default.prometheus-metrics-monitoring
|
||||
.col-lg-3
|
||||
%h4.prepend-top-0
|
||||
Metrics
|
||||
%p
|
||||
Metrics are automatically configured and monitored
|
||||
based on a library of metrics from popular exporters.
|
||||
More information
|
||||
|
||||
.col-lg-9
|
||||
.panel.panel-default
|
||||
.panel-heading
|
||||
%h3.panel-title
|
||||
Monitored
|
||||
%span.badge-count.js-monitored-count 0
|
||||
.panel-body
|
||||
.empty-metrics
|
||||
= custom_icon('icon_empty_metrics')
|
||||
%p No metrics are being monitored. To start monitoring, deploy to an environment.
|
||||
= link_to project_environments_path(@project), title: 'View environments', class: 'btn btn-success' do
|
||||
View environments
|
Loading…
Reference in a new issue