mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Update opentracing docs to reference the configuration manual rather than the configuation file. (#13076)
This commit is contained in:
parent
d4b1c0d800
commit
3d94d07db3
1
changelog.d/13076.doc
Normal file
1
changelog.d/13076.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Update OpenTracing docs to reference the configuration manual rather than the configuration file.
|
@ -57,8 +57,9 @@ https://www.jaegertracing.io/docs/latest/getting-started.
|
|||||||
## Enable OpenTracing in Synapse
|
## Enable OpenTracing in Synapse
|
||||||
|
|
||||||
OpenTracing is not enabled by default. It must be enabled in the
|
OpenTracing is not enabled by default. It must be enabled in the
|
||||||
homeserver config by uncommenting the config options under `opentracing`
|
homeserver config by adding the `opentracing` option to your config file. You can find
|
||||||
as shown in the [sample config](./sample_config.yaml). For example:
|
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
|
```yaml
|
||||||
opentracing:
|
opentracing:
|
||||||
|
Loading…
Reference in New Issue
Block a user