Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2019-02-28 03:21:37 +0300
committerEvan Read <eread@gitlab.com>2019-02-28 03:21:37 +0300
commit01103de2ffac95b624b0d8f89969bfa52b76835e (patch)
tree888c4e50384f2d44e1b3a05d1051c41b031210fd /doc/development/performance.md
parent1a8addbe3917ac91436c9fcf4e32fd580b9600de (diff)
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.md1
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.