summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-06-15 15:44:39 +0200
committerPawel Chojnacki <pawel@chojnacki.ws>2017-06-15 15:44:39 +0200
commita1bd9751b907d2265fa14853e141d14a77ec2cf5 (patch)
treeaeea2088a50fc45c42db295da06cc2585dded8c9
parent5a6a8de951ce365f2815034621601bd14c853d54 (diff)
downloadgitlab-ce-33676-update-ruby-metrics-endpoint-text.tar.gz
-rw-r--r--app/views/admin/application_settings/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index 7d76475c634..280c5930f3d 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -299,7 +299,7 @@
%fieldset
%legend Metrics - Prometheus
%p
- Enable a Prometheus metrics endpoint at `#{metrics_path}` to measure a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available
+ Enable a Prometheus metrics endpoint at `#{metrics_path}` to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available
= link_to 'here', admin_health_check_path
\. This setting requires a
= link_to 'restart', help_page_path('administration/restart_gitlab')