summary refs log tree commit diff
path: root/synapse/metrics/process_collector.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Since we don't export per-filetype fd counts any more, delete all the code re...Paul "LeoNerd" Evans2016-11-031-36/+4
* Remove now-unused 'resource' importPaul "LeoNerd" Evans2016-11-031-8/+0
* Now we have new-style metrics don't bother exporting legacy-named process onesPaul "LeoNerd" Evans2016-11-031-16/+1
* Pass the Metrics group into the process collector instead of having it find i...Paul "LeoNerd" Evans2016-10-271-7/+3
* Split callback metric lambda functions down onto their own lines to keep line...Paul "LeoNerd" Evans2016-10-191-8/+16
* Adjust code for <100 char line limitPaul "LeoNerd" Evans2016-10-191-1/+1
* Cut the raw /proc/self/stat line up into named fields at collection timePaul "LeoNerd" Evans2016-10-191-8/+22
* Move the process metrics collector code into its own filePaul "LeoNerd" Evans2016-10-191-0/+159