summary refs log tree commit diff
path: root/synapse/util/metrics.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-1/+1
* Add debug logging when we enter/exit Measure block (#10183)Erik Johnston2021-06-161-0/+5
* Merge branch 'master' into developAndrew Morgan2021-04-201-5/+9
|\
| * Always use the name as the log ID. (#9829)Patrick Cloke2021-04-201-5/+9
* | Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
|/
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+1
* Fix "Starting metrics collection from sentinel context" errors (#9053)Erik Johnston2021-01-081-1/+2
* Add type hints to the logging context code. (#8939)Patrick Cloke2021-01-051-1/+9
* Expose a `get_resource_usage` method in `Measure`Richard van der Hoff2020-09-291-10/+21
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Fix typing for notifier (#8064)Erik Johnston2020-08-121-3/+6
* Convert some util functions to async (#8035)Patrick Cloke2020-08-061-18/+21
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-2/+2
* Fix inaccurate per-block metrics (#6491)Richard van der Hoff2019-12-091-42/+18
* Port SyncHandler to async/awaitErik Johnston2019-12-051-6/+17
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-3/+3
* add some metrics on the federation sender (#6160)Richard van der Hoff2019-10-031-2/+4
* Replace returnValue with return (#5736)Amber Brown2019-07-231-1/+1
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-10/+22
* Add in flight real time metrics for Measure blocksErik Johnston2018-09-141-0/+22
* Don't spew errors because we can't save metrics (#3563)Amber Brown2018-07-191-6/+13
* Refactor logcontext resource usage tracking (#3501)Richard van der Hoff2018-07-101-16/+9
* run isortAmber Brown2018-07-091-4/+4
* fix up testsAmber Brown2018-05-281-3/+3
* update to more consistently use seconds in any metrics or loggingAmber Brown2018-05-281-4/+4
* cleanupAmber Brown2018-05-221-5/+10
* replacing portionsAmber Brown2018-05-211-71/+20
* Revert "Merge pull request #3066 from matrix-org/rav/remove_redundant_metrics"Richard van der Hoff2018-04-091-0/+25
* Remove redundant metrics which were deprecated in 0.27.0.Richard van der Hoff2018-04-041-25/+0
* Fix bugs in block metricsRichard van der Hoff2018-01-181-2/+4
* Track DB scheduling delay per-requestRichard van der Hoff2018-01-161-1/+13
* Track db txn time in millisecsRichard van der Hoff2018-01-161-3/+5
* Reorganise request and block metricsRichard van der Hoff2018-01-151-11/+42
* Only abort Measure on ExceptionsErik Johnston2016-08-191-1/+1
* Clean up TransactionQueueErik Johnston2016-08-101-2/+1
* Measure federation send transaction resourcesErik Johnston2016-08-101-0/+14
* typoMatthew Hodgson2016-07-261-1/+1
* Create log context in Measure if one doesn't existErik Johnston2016-04-181-6/+17
* Fix unit testsErik Johnston2016-02-091-4/+5
* Don't create new logging contextErik Johnston2016-02-091-12/+15
* Fix bug in util.metrics.MeasureErik Johnston2016-02-091-1/+3
* Create new context when measuringErik Johnston2016-02-091-2/+5
* Fix up logcontextsErik Johnston2016-02-081-4/+6
* Add metrics to pushersErik Johnston2016-02-081-0/+86