debian-mirror-gitlab/app/views/projects/services/prometheus/_show.html.haml

13 lines
663 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
.row.prepend-top-default.append-bottom-default.prometheus-metrics-monitoring.js-prometheus-metrics-monitoring
.col-lg-3
%h4.prepend-top-0
2018-03-17 18:26:18 +05:30
= s_('PrometheusService|Metrics')
2017-09-10 17:25:29 +05:30
%p
2018-11-18 11:00:15 +05:30
= s_('PrometheusService|Common metrics are automatically monitored based on a library of metrics from popular exporters.')
2019-02-15 15:39:39 +05:30
= link_to s_('PrometheusService|More information'), help_page_path('user/project/integrations/prometheus_library/index'), target: '_blank', rel: "noopener noreferrer"
2017-09-10 17:25:29 +05:30
.col-lg-9
2018-11-18 11:00:15 +05:30
= render 'projects/services/prometheus/metrics', project: @project
2019-03-02 22:35:43 +05:30
= render_if_exists 'projects/services/prometheus/external_alerts', project: @project