summaryrefslogtreecommitdiff
path: root/app/views/projects/services/prometheus/_show.html.haml
blob: 9d4574c4590200c5212d8104b359272ee6125af8 (plain)
1
2
3
4
5
6
7
8
9
10
.row.prepend-top-default.append-bottom-default.prometheus-metrics-monitoring.js-prometheus-metrics-monitoring
  .col-lg-3
    %h4.prepend-top-0
      = s_('PrometheusService|Metrics')
    %p
      = 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/index'), target: '_blank', rel: "noopener noreferrer"

  .col-lg-9
    = render 'projects/services/prometheus/metrics', project: @project