debian-mirror-gitlab/app/views/projects/settings/operations/_prometheus.html.haml

18 lines
760 B
Text
Raw Normal View History

2020-04-08 14:13:33 +05:30
%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
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
= s_('PrometheusService|Select the Active checkbox to override the Auto Configuration with custom settings. If unchecked, Auto Configuration settings are used.')