summary refs log tree commit diff
path: root/synapse/config/tracer.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow dependency errors to pass through (#13113)Jacek KuĊ›nierz2022-06-301-7/+2
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-50/+0
* Easy type hints in synapse.logging.opentracing (#12894)David Robertson2022-05-271-2/+4
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-3/+4
* Use importlib.metadata to read requirements (#12088)David Robertson2022-03-011-1/+1
* Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-071-1/+1
* Support enabling opentracing by user (#9978)Richard van der Hoff2021-05-141-6/+31
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Enable flake8-bugbear, but disable most checks. (#9499)Jonathan de Jong2021-03-161-1/+3
* Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-231-1/+1
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Blow up config if opentracing is missing (#5985)Jorik Schellekens2019-09-121-0/+7
* Make Jaeger fully configurable (#5694)Jorik Schellekens2019-07-231-0/+22
* Opentracing Documentation (#5703)Jorik Schellekens2019-07-221-12/+2
* Clean up opentracing configuration options (#5712)Richard van der Hoff2019-07-181-22/+41
* Add basic opentracing support (#5544)Jorik Schellekens2019-07-111-0/+50