mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-04 20:11:08 +02:00
deploy: 3bcb6a059f4cd1014b6a90550e009860089a13cc
This commit is contained in:
parent
5b489ff452
commit
be9ebbe934
@ -187,6 +187,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>
|
||||
|
@ -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>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user