summary refs log tree commit diff
path: root/synapse/handlers/stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Count total_events and total_event_bytes within the loop.Olivier Wilkinson (reivilibre)2019-08-291-11/+11
* Update total_events and total_event_bytes on new events.Olivier Wilkinson (reivilibre)2019-08-281-0/+6
* Address code review comments github/rei/rss_inc3 rei/rss_inc3Olivier Wilkinson (reivilibre)2019-08-281-24/+30
* Use `DeferredLock` instead of `threading.Lock`Olivier Wilkinson (reivilibre)2019-08-271-2/+3
* For user stats, handle other membership transitions properly.Olivier Wilkinson (reivilibre)2019-08-271-3/+2
* For user stats, handle other membership transitions properly.Olivier Wilkinson (reivilibre)2019-08-271-12/+16
* No-op if no membership change and thus simplify verbose dict updates.Olivier Wilkinson (reivilibre)2019-08-271-28/+14
* Adapt to stats now working in millisecondsOlivier Wilkinson (reivilibre)2019-08-271-1/+1
* Handle state deltas and turn them into stats deltasOlivier Wilkinson (reivilibre)2019-08-201-1/+328
* Tear out current room & user statistics (#5880)reivilibre2019-08-201-279/+1
* Replace returnValue with return (#5736)Amber Brown2019-07-231-3/+3
* Run Black. (#5482)Amber Brown2019-06-201-1/+1
* Fix background updates to handle redactions/rejections (#5352)Erik Johnston2019-06-061-5/+13
* Room Statistics (#4338)Amber Brown2019-05-211-0/+325