summary refs log tree commit diff
path: root/synapse/metrics/metric.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-12Initial attempt at a scalar callback-based metric to give instantaneous snaps...Paul "LeoNerd" Evans1-0/+14
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...Pa