Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_prometheus.html.haml « operations « settings « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93281cc225ba56f277bb34a19f859c2178d98a92 (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 'shared/prometheus_configuration_banner', project: @project, integration: service, header_tag: :b, info_well_classes: 'gl-p-3 gl-mt-3'

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