diff options
author | H-Shay <H-Shay@users.noreply.github.com> | 2022-06-17 17:48:16 +0000 |
---|---|---|
committer | H-Shay <H-Shay@users.noreply.github.com> | 2022-06-17 17:48:16 +0000 |
commit | 0a68f81eaea37c65c960117175845ad9250f22ca (patch) | |
tree | 03f87f4e67b5c6509089e3261dff20c52d8c9b3e /develop/print.html | |
parent | deploy: 5d6f55959e8dfdfa194fd1ea955ef714114e5a71 (diff) | |
download | synapse-0a68f81eaea37c65c960117175845ad9250f22ca.tar.xz |
deploy: 3d94d07db39bf29f9742c95e19b52b8ffcf6baa7
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html index b48e6e4d01..b32d1d42b8 100644 --- a/develop/print.html +++ b/develop/print.html @@ -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: |