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

11 lines
579 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.')
= link_to s_('PrometheusService|More information'), help_page_path('user/project/integrations/prometheus_library/metrics'), 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