deploy: 3d94d07db3
This commit is contained in:
parent
e90f9662b3
commit
0a68f81eae
|
@ -191,8 +191,9 @@ using docker like so:</p>
|
|||
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>
|
||||
<p>OpenTracing is not enabled by default. It must be enabled in the
|
||||
homeserver config by uncommenting the config options under <code>opentracing</code>
|
||||
as shown in the <a href="./sample_config.yaml">sample config</a>. For example:</p>
|
||||
homeserver config by adding the <code>opentracing</code> option to your config file. You can find
|
||||
documentation about how to do this in the <a href="usage/configuration/config_documentation.html#opentracing">config manual under the header 'Opentracing'</a>.
|
||||
See below for an example Opentracing configuration: </p>
|
||||
<pre><code class="language-yaml">opentracing:
|
||||
enabled: true
|
||||
homeserver_whitelist:
|
||||
|
|
|
@ -14619,8 +14619,9 @@ using docker like so:</p>
|
|||
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>
|
||||
<p>OpenTracing is not enabled by default. It must be enabled in the
|
||||
homeserver config by uncommenting the config options under <code>opentracing</code>
|
||||
as shown in the <a href="./sample_config.yaml">sample config</a>. For example:</p>
|
||||
homeserver config by adding the <code>opentracing</code> option to your config file. You can find
|
||||
documentation about how to do this in the <a href="usage/configuration/config_documentation.html#opentracing">config manual under the header 'Opentracing'</a>.
|
||||
See below for an example Opentracing configuration: </p>
|
||||
<pre><code class="language-yaml">opentracing:
|
||||
enabled: true
|
||||
homeserver_whitelist:
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue