summaryrefslogtreecommitdiff
path: root/app/views/projects/services/prometheus/_show.html.haml
blob: 3350ac8a6c5db7532622d9a387a4baee190ca234 (plain)
1
2
3
4
5
6
7
8
9
.row
  .col-lg-3
    %h4.gl-mt-0
      = s_('PrometheusService|Metrics')

.row.gl-mb-3.prometheus-metrics-monitoring.js-prometheus-metrics-monitoring
  = render 'projects/services/prometheus/metrics', project: @project, integration: integration

= render 'projects/services/prometheus/external_alerts', project: @project, integration: integration