diff options
author | Will Hunt <willh@matrix.org> | 2021-07-20 09:35:03 +0100 |
---|---|---|
committer | Will Hunt <willh@matrix.org> | 2021-07-20 09:35:03 +0100 |
commit | f19795355bf31af3842e607b3f1cc34e5d7727dc (patch) | |
tree | 85834d47d9f4610fcf70f176114aa17a7b61b8e4 /synapse/config/tracer.py | |
parent | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c... (diff) | |
parent | Factorise `get_datastore` calls in phone_stats_home. (#10427) (diff) | |
download | synapse-f19795355bf31af3842e607b3f1cc34e5d7727dc.tar.xz |
Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-cache
Diffstat (limited to 'synapse/config/tracer.py')
-rw-r--r-- | synapse/config/tracer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/tracer.py b/synapse/config/tracer.py index d0ea17261f..21b9a88353 100644 --- a/synapse/config/tracer.py +++ b/synapse/config/tracer.py @@ -81,7 +81,7 @@ class TracerConfig(Config): #enabled: true # The list of homeservers we wish to send and receive span contexts and span baggage. - # See docs/opentracing.rst. + # See https://matrix-org.github.io/synapse/latest/opentracing.html. # # This is a list of regexes which are matched against the server_name of the # homeserver. |