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

Update opentracing docs to reference the configuration manual rather than the configuation file. #13076

Merged
merged 4 commits into from
Jun 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/13076.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update OpenTracing docs to reference the configuration manual rather than the configuration file.
5 changes: 3 additions & 2 deletions docs/opentracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ https://www.jaegertracing.io/docs/latest/getting-started.
## Enable OpenTracing in Synapse

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

```yaml
opentracing:
Expand Down