gitlab-org--gitlab-foss/app/views/projects/services/prometheus/_show.html.haml

10 lines
347 B
Plaintext

.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