summary refs log tree commit diff
path: root/synapse/http/request_metrics.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move outgoing_responses_counter handling to RequestMetricsRichard van der Hoff2018-05-101-0/+2
| | | | it's much neater there.
* Make RequestMetrics take a raw time rather than a clockRichard van der Hoff2018-05-101-4/+4
| | | | ... which is going to make it easier to move around.
* 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.