- Mar 17, 2015
-
-
Paul "LeoNerd" Evans authored
-
David Baker authored
-
David Baker authored
It existed but was hardcoded to True. Give it an underscore for consistency. Also don't pull in syweb unless we're actually using the web client.
-
- Mar 16, 2015
-
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Erik Johnston authored
Fix ban
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Don't block waiting on waking up all the listeners when sending an event
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 14, 2015
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
actually uphold the bind_host parameter. in theory should make ipv6 binds work like bind_host: 'fe80::1%lo0'
-
Matthew Hodgson authored
-
- Mar 13, 2015
-
-
Paul Evans authored
Metrics
-
Erik Johnston authored
-
- Mar 12, 2015
-
-
Matthew Hodgson authored
-
Paul "LeoNerd" Evans authored
-
David Baker authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Option to serve metrics from their own localhost-only TCP port instead of muxed on the main listener
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Bugfix to sql_txn_timer increment - add only the per-TXN duration, not the total time ever spent since boot
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Replace the @metrics.counted annotations in federation with specifically-written counters and distributions
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Rename the timer metrics exported by synapse.storage to append _time, so the meaning of ':total' is clearer
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Export CacheMetric as hits+total, rather than hits+misses, as it's easier to derive hit ratio from that
-