2020-04-08 14:13:33 +05:30
|
|
|
%section.settings.no-animate.js-prometheus-settings
|
|
|
|
.settings-header
|
2021-04-29 21:17:54 +05:30
|
|
|
%h4.settings-title.js-settings-toggle.js-settings-toggle-trigger-only
|
2020-04-08 14:13:33 +05:30
|
|
|
= _('Prometheus')
|
2021-04-29 21:17:54 +05:30
|
|
|
%button.gl-button.btn.btn-default.js-settings-toggle{ type: 'button' }
|
2020-04-08 14:13:33 +05:30
|
|
|
= _('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
|
2022-06-21 17:19:12 +05:30
|
|
|
= render 'shared/prometheus_configuration_banner', project: @project, integration: service, header_tag: :b, info_well_classes: 'gl-p-3 gl-mt-3'
|
2020-04-08 14:13:33 +05:30
|
|
|
|
2020-07-28 23:09:34 +05:30
|
|
|
%b.gl-mb-3
|
2020-04-08 14:13:33 +05:30
|
|
|
= s_('PrometheusService|Manual configuration')
|
2020-04-22 19:07:51 +05:30
|
|
|
%p
|
2021-04-17 20:07:23 +05:30
|
|
|
= s_('PrometheusService|Auto configuration settings are used unless you override their values here.')
|