diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-25 15:08:05 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-25 15:08:05 +0000 |
commit | 4dc41ac252c0bfefb9bc55a8627262cc76c69d5e (patch) | |
tree | 24bd114dee0235c3874d83d57d64abab87b39a3c /doc/development/distributed_tracing.md | |
parent | ba9892d3c122a4f437b4b38926fb75848deaf097 (diff) | |
download | gitlab-ce-4dc41ac252c0bfefb9bc55a8627262cc76c69d5e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/distributed_tracing.md')
-rw-r--r-- | doc/development/distributed_tracing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/distributed_tracing.md b/doc/development/distributed_tracing.md index aa0dc8118b6..116071cdfd9 100644 --- a/doc/development/distributed_tracing.md +++ b/doc/development/distributed_tracing.md @@ -87,7 +87,7 @@ The easiest way to access tracing from a GDK environment is through the [performance-bar](../administration/monitoring/performance/performance_bar.md). This can be shown by typing `p` `b` in the browser window. -Once the performance bar is enabled, click on the **Trace** link in the performance bar to go to +Once the performance bar is enabled, select **Trace** in the performance bar to go to the Jaeger UI. The Jaeger search UI returns a query for the `Correlation-ID` of the current request. Normally, |