summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/_prometheus.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-02 09:10:46 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-02 09:10:46 +0000
commitf3b405856d99583bcd2f27c909abe779a48db512 (patch)
tree82d3ec2494523fb5b52f3f852be978c6b7263651 /app/views/admin/application_settings/_prometheus.html.haml
parent9ecca14b2b3f05673a15399a2d1cc439206f3e0f (diff)
downloadgitlab-ce-f3b405856d99583bcd2f27c909abe779a48db512.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/admin/application_settings/_prometheus.html.haml')
-rw-r--r--app/views/admin/application_settings/_prometheus.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/application_settings/_prometheus.html.haml b/app/views/admin/application_settings/_prometheus.html.haml
index 11830fac336..e2051e17bf9 100644
--- a/app/views/admin/application_settings/_prometheus.html.haml
+++ b/app/views/admin/application_settings/_prometheus.html.haml
@@ -8,8 +8,8 @@
= f.label :prometheus_metrics_enabled, class: 'form-check-label' do
= _("Enable health and performance metrics endpoint")
.form-text.text-muted
- = _('Enable a Prometheus endpoint that exposes health and performance statistics. The Health Check menu item appears in the Monitoring section of the Admin Area. Restart required.')
- = link_to _('Learn More.'), help_page_path('administration/monitoring/prometheus/gitlab_metrics.md'), target: '_blank', rel: 'noopener noreferrer'
+ = _('Enable collection of application metrics. Restart required.')
+ = link_to _('How to export these metrics to Prometheus?'), help_page_path('administration/monitoring/prometheus/gitlab_metrics.md'), target: '_blank', rel: 'noopener noreferrer'
- unless Gitlab::Metrics.metrics_folder_present?
.form-text.text-muted
%strong.cred= _("WARNING:")