summary refs log tree commit diff
path: root/synapse/handlers/device.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-23Update to new access patternJorik Schellekens1-23/+23
2019-07-23Trace device messages.Jorik Schellekens3-0/+35
2019-07-23Trace devicesJorik Schellekens2-1/+42
2019-07-23Trace more e2e stuff and less e2e stuffJorik Schellekens2-1/+5
2019-07-23Fix e2e bugsJorik Schellekens2-6/+6
2019-07-23Trace e2eJorik Schellekens5-2/+115
2019-07-23One tracing decorator to rule them all.Jorik Schellekens1-1/+1
2019-07-23Make Jaeger fully configurable (#5694)Jorik Schellekens4-4/+46
* Allow Jaeger to be configured * Update sample config
2019-07-23Replace returnValue with return (#5736)Amber Brown177-1514/+1360
2019-07-23Opentracing Utils (#5722)Jorik Schellekens3-101/+357
* Add decerators for tracing functions * Use the new clean contexts * Context and edu utils * Move opentracing setters * Move whitelisting * Sectioning comments * Better args wrapper * Docstrings Co-Authored-By: Erik Johnston <erik@matrix.org> * Remove unused methods. * Don't use global * One tracing decorator to rule