Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3d94d07

Browse files
authored
Update opentracing docs to reference the configuration manual rather than the configuation file. (#13076)
1 parent d4b1c0d commit 3d94d07

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

changelog.d/13076.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update OpenTracing docs to reference the configuration manual rather than the configuration file.

docs/opentracing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ https://www.jaegertracing.io/docs/latest/getting-started.
5757
## Enable OpenTracing in Synapse
5858

5959
OpenTracing is not enabled by default. It must be enabled in the
60-
homeserver config by uncommenting the config options under `opentracing`
61-
as shown in the [sample config](./sample_config.yaml). For example:
60+
homeserver config by adding the `opentracing` option to your config file. You can find
61+
documentation about how to do this in the [config manual under the header 'Opentracing'](usage/configuration/config_documentation.md#opentracing).
62+
See below for an example Opentracing configuration:
6263

6364
```yaml
6465
opentracing:

0 commit comments

Comments
 (0)