summary refs log tree commit diff
path: root/synapse/http/request_metrics.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't store contextErik Johnston2018-05-221-8/+5
* Move in_flight_requests_count to be a callback metricErik Johnston2018-05-221-10/+21
* Add in flight request metricsErik Johnston2018-05-211-1/+151
* Move outgoing_responses_counter handling to RequestMetricsRichard van der Hoff2018-05-101-0/+2
* Make RequestMetrics take a raw time rather than a clockRichard van der Hoff2018-05-101-4/+4
* Move RequestsMetrics to its own fileRichard van der Hoff2018-05-091-0/+147