summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-10-23 11:56:47 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-10-23 11:56:47 +0000
commitbe9ebbe9348aad461b7df2f619ee0147f72d8ef1 (patch)
tree4ad82c4dc83bcbbc527a6543226d2b70bed0edfb /develop/print.html
parentdeploy: d2eab22de7543b62d5ac8d334160697ede37fabb (diff)
downloadsynapse-be9ebbe9348aad461b7df2f619ee0147f72d8ef1.tar.xz
deploy: 3bcb6a059f4cd1014b6a90550e009860089a13cc
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html

index 9c4bd8d350..07238fb606 100644 --- a/develop/print.html +++ b/develop/print.html
@@ -17019,6 +17019,10 @@ using docker like so:</p> -p 14268:14268 \ jaegertracing/all-in-one:1 </code></pre> +<p>By default, Synapse will publish traces to Jaeger on localhost. +If Jaeger is hosted elsewhere, point Synapse to the correct host by setting +<code>opentracing.jaeger_config.local_agent.reporting_host</code> <a href="usage/configuration/config_documentation.html#opentracing-1">in the Synapse configuration</a> +or by setting the <code>JAEGER_AGENT_HOST</code> environment variable to the desired address.</p> <p>Latest documentation is probably at https://www.jaegertracing.io/docs/latest/getting-started.</p> <h2 id="enable-opentracing-in-synapse"><a class="header" href="#enable-opentracing-in-synapse">Enable OpenTracing in Synapse</a></h2>