diff options
author | Andrew Newdigate <andrew@gitlab.com> | 2019-02-28 00:21:37 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-02-28 00:21:37 +0000 |
commit | 01103de2ffac95b624b0d8f89969bfa52b76835e (patch) | |
tree | 888c4e50384f2d44e1b3a05d1051c41b031210fd /doc/development/performance.md | |
parent | 1a8addbe3917ac91436c9fcf4e32fd580b9600de (diff) | |
download | gitlab-ce-01103de2ffac95b624b0d8f89969bfa52b76835e.tar.gz |
Add developer documentation for distributing tracing
This change adds developer documentation on using distributed tracing
using Jaeger.
Diffstat (limited to 'doc/development/performance.md')
-rw-r--r-- | doc/development/performance.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/performance.md b/doc/development/performance.md index 2a287611bdf..0e21d45f57c 100644 --- a/doc/development/performance.md +++ b/doc/development/performance.md @@ -38,6 +38,7 @@ GitLab provides built-in tools to help improve performance and availability: - [Profiling](profiling.md). - [Sherlock](profiling.md#sherlock). +- [Distributed Tracing](distributed_tracing.md) - [GitLab Performance Monitoring](../administration/monitoring/performance/index.md). - [Request Profiling](../administration/monitoring/performance/request_profiling.md). - [QueryRecoder](query_recorder.md) for preventing `N+1` regressions. |