summary refs log tree commit diff
path: root/synapse/metrics/metric.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial attempt at a scalar callback-based metric to give instantaneous ↵Paul "LeoNerd" Evans2015-03-121-0/+14
| | | | snapshot gauges
* Create the concept of a cachecounter metric; generating two counters ↵Paul "LeoNerd" Evans2015-03-121-6/+37
| | | | specific to caches
* Initial tiny attempt at (vectorable) counter metricsPaul "LeoNerd" Evans2015-03-121-0/+54