diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2016-10-14 19:49:36 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2016-10-14 20:18:23 +0200 |
commit | c180221a5b0e58c42632412d2084efc3bd4cda99 (patch) | |
tree | d4cbac400c6cc306c305d67c4df689706635e932 /doc/development | |
parent | c2ca8a75064587ae17600fecb53e8c572505f1c4 (diff) | |
download | gitlab-ce-c180221a5b0e58c42632412d2084efc3bd4cda99.tar.gz |
Add docs for request profilingfix/request-profiler-docs
Closes #23239
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/performance.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/performance.md b/doc/development/performance.md index 7ff603e2c4a..65d34829025 100644 --- a/doc/development/performance.md +++ b/doc/development/performance.md @@ -34,10 +34,11 @@ graphs/dashboards. ## Tooling -GitLab provides two built-in tools to aid the process of improving performance: +GitLab provides built-in tools to aid the process of improving performance: * [Sherlock](profiling.md#sherlock) * [GitLab Performance Monitoring](../monitoring/performance/monitoring.md) +* [Request Profiling](../administration/monitoring/performance/request_profiling.md) GitLab employees can use GitLab.com's performance monitoring systems located at <http://performance.gitlab.net>, this requires you to log in using your |