summary refs log tree commit diff
path: root/synapse/app/phone_stats_home.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Prometheus recording rules to not use legacy metric names. (#13718)reivilibre2022-09-081-3/+3
* Share some metrics between the Prometheus exporter and the phone home stats (...Brendan Abolivier2022-09-051-1/+12
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-5/+9
* Add missing type hints to `synapse.app`. (#11287)Patrick Cloke2021-11-101-8/+15
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+6
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-4/+4
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-3/+5
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Fix typo that causes R30v2 to actually be old R30 (#10486)reivilibre2021-07-271-1/+1
* Factorise `get_datastore` calls in phone_stats_home. (#10427)reivilibre2021-07-191-16/+18
* Add a new version of the R30 phone-home metric, which removes a false impress...reivilibre2021-07-191-0/+4
* Add phone home stats for encrypted messages. (#9283)Jan Christian Grünhage2021-02-011-2/+7
* Move additional tasks to the background worker, part 3 (#8489)Patrick Cloke2020-10-091-11/+3
* Move additional tasks to the background worker (#8458)Patrick Cloke2020-10-071-22/+11
* Include the configured log level in phone home stats. (#8477)Patrick Cloke2020-10-071-0/+7
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-0/+202