This commit is contained in:
H-Shay 2022-06-17 17:48:16 +00:00
parent e90f9662b3
commit 0a68f81eae
4 changed files with 8 additions and 6 deletions

View File

@ -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:

View File

@ -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