summary refs log tree commit diff
path: root/synapse/handlers (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-24Stop trying to fetch events with event_id=None. (#5753)Richard van der Hoff1-1/+7
2019-07-24Add a prometheus metric for active cache lookups. (#5750)Richard van der Hoff3-2/+34
2019-07-23Make Jaeger fully configurable (#5694)Jo