summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/operations/_prometheus.html.haml
blob: b0fa750e131e7b20c5356fea53c8d9c67a3b9a7d (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
      = _('Prometheus')
    %button.btn.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.append-bottom-default
      = s_('PrometheusService|Manual configuration')
    %p
      = s_('PrometheusService|Select the Active checkbox to override the Auto Configuration with custom settings. If unchecked, Auto Configuration settings are used.')