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/README.md | |
parent | c2ca8a75064587ae17600fecb53e8c572505f1c4 (diff) | |
download | gitlab-ce-c180221a5b0e58c42632412d2084efc3bd4cda99.tar.gz |
Add docs for request profilingfix/request-profiler-docs
Closes #23239
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md index 7e3d9b00900..c30bf328003 100644 --- a/doc/README.md +++ b/doc/README.md @@ -49,6 +49,7 @@ - [Git LFS configuration](workflow/lfs/lfs_administration.md) - [Housekeeping](administration/housekeeping.md) Keep your Git repository tidy and fast. - [GitLab Performance Monitoring](administration/monitoring/performance/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics. +- [Request Profiling](administration/monitoring/performance/request_profiling.md) Get a detailed profile on slow requests. - [Monitoring uptime](user/admin_area/monitoring/health_check.md) Check the server status using the health check endpoint. - [Debugging Tips](administration/troubleshooting/debug.md) Tips to debug problems when things go wrong - [Sidekiq Troubleshooting](administration/troubleshooting/sidekiq.md) Debug when Sidekiq appears hung and is not processing jobs. |