summary refs log tree commit diff
path: root/synapse/storage/databases/main/metrics.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove old R30 because R30v2 supercedes it (#10428)reivilibre2023-05-191-83/+0
* Add some type hints to datastore (#12717)Dirk Klimpel2022-05-171-28/+28
* Reduce the number of "untyped defs" (#12716)David Robertson2022-05-121-10/+14
* Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)Sean Quah2021-12-141-9/+9
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-2/+7
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+5
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Add a new version of the R30 phone-home metric, which removes a false impress...reivilibre2021-07-191-0/+129
* Minor changes to `user_daily_visits` (#10324)reivilibre2021-07-081-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Fix some typos.Patrick Cloke2021-02-121-2/+2
* Add phone home stats for encrypted messages. (#9283)Jan Christian Grünhage2021-02-011-0/+56
* Fix user_daily_visits to not have duplicate rows for UA. (#8654)Erik Johnston2020-10-261-4/+5
* Include user agent in user daily visits table (#8503)Neil Johnson2020-10-151-3/+8
* Move additional tasks to the background worker (#8458)Patrick Cloke2020-10-071-9/+5
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-0/+195
* Add an improved "forward extremities" metricRichard van der Hoff2020-09-301-2/+25
* Rewrite BucketCollectorRichard van der Hoff2020-09-301-16/+10
* Convert tags and metrics databases to async/await (#8062)Patrick Cloke2020-08-111-14/+6
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+130