From d2271ea9837abe960c0bb1d66b8509fb92810afd Mon Sep 17 00:00:00 2001 From: Alexander Tanayno Date: Fri, 23 Nov 2018 09:33:39 +0000 Subject: [PATCH] update path to performance bar in admin settings --- doc/administration/monitoring/performance/performance_bar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/administration/monitoring/performance/performance_bar.md b/doc/administration/monitoring/performance/performance_bar.md index dc4f685d843..6a55dbe1eb4 100644 --- a/doc/administration/monitoring/performance/performance_bar.md +++ b/doc/administration/monitoring/performance/performance_bar.md @@ -26,8 +26,8 @@ page was open. Only the first two requests per unique URL are captured. ## Enable the Performance Bar via the Admin panel GitLab Performance Bar is disabled by default. To enable it for a given group, -navigate to the Admin area in **Settings > Profiling - Performance Bar** -(`/admin/application_settings`). +navigate to the Admin area in **Settings > Metrics and Profiling > Profiling - Performance bar** +(`admin/application_settings/metrics_and_profiling`). The only required setting you need to set is the full path of the group that will be allowed to display the Performance Bar. -- GitLab