summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-12Ensure that /_synapse/metrics response is UTF-8 encodedPaul "LeoNerd" Evans1-1/+2
2015-03-12Implement vector CallbackMetricsPaul "LeoNerd" Evans2-3/+23
2015-03-12Neater introspection methods on BaseMetric so that subclasses don't need to t...Paul "LeoNerd" Evans1-4/+11
2015-03-12Rename CacheCounterMetric to just CacheMetric; add a CallbackMetric component...Paul "LeoNerd" Evans4-19/+30
2015-03-12Ensure that exceptions while rendering individual metrics don't stop others f...Paul "LeoNerd" Evans1-1/+10
2015-03-12Add a scalar gauge metric on the size of the presence user cachemapPaul "LeoNerd" Evans1-0/+7
2015-03-12Initial attempt at a scalar callback-based metric to give instantaneous snaps...Paul "LeoNerd" Evans3-2/+45
2015-03-12Sprinkle some CacheCounterMetrics around the synapse.storage layerPaul "LeoNerd" Evans1-1/+15
2015-03-12Create the concept of a cachecounter metric; generating two counters specific...Paul "LeoNerd" Evans3-8/+73
2015-03-12Add vector counters to HTTP clients and servers; count the requests by method...Paul "LeoNerd" Evans3-4/+61
2015-03-12Pull out all uses of the underlying HTTP user agent .request() method into a ...Paul "LeoNerd" Evans1-5/+10
2015-03-12Initial attempt at sprinkling some @metrics.counted decorations around the fe...Paul "LeoNerd" Evans2