| Commit message (Expand) | Author | Files | Lines |
2015-03-12 | Put some gauge metrics on the number of notifier listeners, and notified-on o... | Paul "LeoNerd" Evans | 1 | -0/+39 |
2015-03-12 | Collect per-SQL-verb timer stats on query execution time | Paul "LeoNerd" Evans | 1 | -5/+11 |
2015-03-12 | Neater register_* methods on overall Metrics container | Paul "LeoNerd" Evans | 1 | -22/+12 |
2015-03-12 | Neater implementation of metric render methods by pulling out 'render' as a b... | Paul "LeoNerd" Evans | 1 | -18/+15 |
2015-03-12 | Initial hack at a TimerMetric; for storing counts + duration accumulators | Paul "LeoNerd" Evans | 2 | -1/+83 |
2015-03-12 | Delete a couple of TODO markers of monitoring stats now done | Paul "LeoNerd" Evans | 2 | -2/+0 |
2015-03-12 | Put vector gauges on transaction queue pending PDU and EDU dicts | Paul "LeoNerd" Evans | 1 | -2/+14 |
2015-03-12 | Ensure that /_synapse/metrics response is UTF-8 encoded | Paul "LeoNerd" Evans | 1 | -1/+2 |
2015-03-12 | Implement vector CallbackMetrics | Paul "LeoNerd" Evans | 2 | -3/+23 |
2015-03-12 | Neater introspection methods on BaseMetric so that subclasses don't need to t... | Paul "LeoNerd" Evans | 1 | -4/+11 |
2015-03-12 | Rename CacheCounterMetric to just CacheMetric; add a CallbackMetric component... | Paul "LeoNerd" Evans | 4 | -19/+30 |
2015-03-12 | Ensure that exceptions while rendering individual metrics don't stop others f... | Paul "LeoNerd" Evans | 1 | -1/+10 |
2015-03-12 | Add a scalar gauge metric on the size of the presence user c |