summary refs log tree commit diff
path: root/synapse/http/request_metrics.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move RequestsMetrics to its own fileRichard van der Hoff2018-05-091-0/+147
This is useful in its own right, because server.py is full of stuff; but more importantly, I want to do some refactoring that will cause a circular reference as it is.