summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/operations/_prometheus.html.haml
blob: 1c7bcbbca0ba092641f33b5ee764fca1b966cb20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%section.settings.no-animate.js-prometheus-settings
  .settings-header
    %h4.settings-title.js-settings-toggle.js-settings-toggle-trigger-only
      = _('Prometheus')
    %button.gl-button.btn.btn-default.js-settings-toggle{ type: 'button' }
      = _('Expand')
    %p
      = _('Link Prometheus monitoring to GitLab.')
      = link_to _('More information'), help_page_path('user/project/integrations/prometheus'), target: '_blank', rel: 'noopener noreferrer'
  .settings-content
    - if @project
      = render 'projects/settings/operations/configuration_banner', project: @project, service: service

    %b.gl-mb-3
      = s_('PrometheusService|Manual configuration')
    %p
      = s_('PrometheusService|Auto configuration settings are used unless you override their values here.')