summary refs log tree commit diff
path: root/synapse/util/metrics.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-06Don't assume there is a 'self' arg in @trace decoratorErik Johnston1-5/+5
2019-09-05Trace how long it takes for the send trasaction to complete, including ↵Jorik Schellekens4-38/+58
retrys (#5986)
2019-09-05