diff options
author | Kegsay <kegan@matrix.org> | 2020-08-27 10:24:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 10:24:56 +0100 |
commit | 421b6b2313594a1810f414c21b43706b2eaaba2b (patch) | |
tree | 43207430641a51c843928a21da92897ef416f1e7 /dendrite-config.yaml | |
parent | 42183bef508be3495ac429abf29b795f9c8d2a6e (diff) |
Add OpenTracing documentation (#1345)
* Add OpenTracing documentation
Closes #274
* Reshuffle
* Update setup.md
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index e48035b5..23f142a8 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -302,6 +302,8 @@ user_api: conn_max_lifetime: -1 # Configuration for Opentracing. +# See https://github.com/matrix-org/dendrite/tree/master/docs/tracing for information on +# how this works and how to set it up. tracing: enabled: false jaeger: |