summary refs log tree commit diff
path: root/synapse/config/metrics.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-30Do access log using python's logging stuff, just under a separate logger nameDavid Baker2-14/+39
2015-04-30Don't use sub queries, it makes postgres sadErik Johnston1-11/+5
2015-04-30SYN-367: Use upsert rather than insert_or_replaceMark Haines1-2/+6
2015-04-30Don't needlessly join on state_eventsErik Johnston2-6/+4
2015-04-30Add an access_logDavid Baker3-3/+29
2015-04-30Unused importDavid Baker1-1/+1
2015-04-30Doesn't look like this is used anymoreDavid Baker1-13/+0
2015-04-30Make simple query rather than long one and then throw away half the resultsErik Johnston2-2/+11
2015-04-29Correctly decode, for sqlite and postgres, rows from pushers tableErik Johnston1-19/+24
2015-04-29pushkey' are also bytes.Erik Johnston1-8/+17
2015-04-29TypoErik Johnston1-1/+1
2015-04-29Also remove yield from within lock in the other generatorErik Johnston1-8/+6
2015-04-29Fix deadlock in id_generators. No idea why this was an actual deadlock.Erik Johnston1-14/+16
2015-04-29Also log when we've started pushersErik Johnston1-0/+2
2015-04-29Revert previousErik Johnston1-5/+1
2015-04-29Only start pushers when synapse has fully startedErik Johnston2-4/+5
2015-04-29Start pushers on reactor threadErik Johnston1-0/+3
2015-04-29Actually return rowsErik Johnston1-0/+2
2015-04-29Typo, args wrong way roundErik Johnston1-4/+1
2015-04-29Decode buffers in same threadErik Johnston1-13/+19
2015-04-29We store pusher data as bytesErik Johnston1-2/+2
2015-04-29Fix off by one in presence token handlingErik Johnston1-1/+1
2015-04-29