diff options
author | Mark Haines <mjark@negativecurvature.net> | 2017-09-28 17:00:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-28 17:00:23 +0100 |
commit | 847621bc5dedfde19793e06cacb4d0fbfaeb3c68 (patch) | |
tree | 00b37fc46a52d98c532666cbd0bf01c65be38757 /dendrite-config.yaml | |
parent | 4a0b24c7f42b249b0bcc167f6b93bce784715c46 (diff) |
Add config for setting up a jaeger opentracing reporter (#271)
* Add config for setting up a jaeger opentracing reporter
* Remove redundant comment
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index c94960a4..1e92f0fd 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -91,3 +91,11 @@ listen: media_api: "localhost:7774" public_rooms_api: "localhost:7775" federation_sender: "localhost:7776" + +# The configuration for tracing the dendrite components. +tracing: + # Config for the jaeger opentracing reporter. + # See https://godoc.org/github.com/uber/jaeger-client-go/config#Configuration + # for documtation. + jaeger: + disabled: true |