Add config for setting up a jaeger opentracing reporter (#271)

* Add config for setting up a jaeger opentracing reporter

* Remove redundant comment
This commit is contained in:
Mark Haines 2017-09-28 17:00:23 +01:00 committed by GitHub
parent 4a0b24c7f4
commit 847621bc5d
10 changed files with 89 additions and 0 deletions

View file

@ -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