summary refs log tree commit diff
path: root/synapse/http/request_metrics.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Make the metrics less racy (#4061)Amber Brown2018-10-191-13/+18
* Fix more b'abcd' noise in metricsRichard van der Hoff2018-09-171-11/+11
* Fix typoErik Johnston2018-08-211-4/+4
* Make the in flight requests metrics thread safeErik Johnston2018-08-201-3/+10
* pep8Erik Johnston2018-07-181-1/+2
* Add response code to response timer metricsErik Johnston2018-07-181-3/+5
* Refactor logcontext resource usage tracking (#3501)Richard van der Hoff2018-07-101-66/+17
* run isortAmber Brown2018-07-091-1/+1
* Fix inflight requests metric (incorrect name & traceback) (#3413)Amber Brown2018-06-201-3/+7
* update to more consistently use seconds in any metrics or loggingAmber Brown2018-05-281-19/+19
* update metrics to be in secondsAmber Brown2018-05-281-3/+3
* fixesAmber Brown2018-05-231-7/+7
* cleanup pep8 errorsAmber Brown2018-05-221-28/+86
* cleanups, self-registrationAmber Brown2018-05-221-12/+3
* Merge remote-tracking branch 'origin/develop' into 3218-official-promAmber Brown2018-05-221-1/+136
|\
| * 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
* | rest of the changesAmber Brown2018-05-211-83/+23
|/
* 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