summary refs log tree commit diff
path: root/synapse/http/request_metrics.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-10Set Server header in SynapseRequestRichard van der Hoff23-27/+28
2018-05-10Catch failure to part user from roomDavid Baker1-7/+13
2018-05-10Many docstringsDavid Baker2-0/+36
2018-05-10Remove redundant request_handler decoratorRichard van der Hoff7-38/+42
2018-05-10Factor wrap_request_handler_with_logging out of wrap_request_handlerRichard van der Hoff1-54/+66
2018-05-10Remove include_metrics paramRichard van der Hoff1-17/+7
2018-05-10Move outgoing_responses_counter handling to RequestMetricsRichard van der Hoff2-4/+2
2018-05-10Bump requests_counter in wrapped_request_handlerRichard van der Hoff1-4/+11
2018-05-10Move RequestMetrics handling into SynapseRequest.processing()Richard van der Hoff2-24/+64
2018-05-10Make RequestMetrics take a raw time rather than a clockRichard van der Hoff2-6/+6
2018-05-10Oops, don't call function passed to run_in_backgroundDavid Baker1-1/+1
2018-05-10Move request_id management into SynapseRequestRichard v