Commit 9d47864e authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'docs-distrib-trace-tldr' into 'master'

Remove TL;DR reference from distributed tracing page

See merge request gitlab-org/gitlab!59577
parents be043c3e 3b2a5102
......@@ -157,7 +157,7 @@ This should start the process with the default listening ports.
Once you have Jaeger running, configure the `GITLAB_TRACING` variable with the
appropriate configuration string.
**TL;DR:** If you are running everything on the same host, use the following value:
If you're running everything on the same host, use the following value:
```shell
export GITLAB_TRACING="opentracing://jaeger?http_endpoint=http%3A%2F%2Flocalhost%3A14268%2Fapi%2Ftraces&sampler=const&sampler_param=1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment