MatrixSynapse/synapse/util
Richard van der Hoff 3d12d97415 Track DB scheduling delay per-request
For each request, track the amount of time spent waiting for a db
connection. This entails adding it to the LoggingContext and we may as well add
metrics for it while we are passing.
2018-01-16 17:23:32 +00:00
..
caches
__init__.py
async.py
distributor.py
frozenutils.py
httpresourcetree.py
jsonobject.py
logcontext.py Track DB scheduling delay per-request 2018-01-16 17:23:32 +00:00
logformatter.py
logutils.py
manhole.py
metrics.py Track DB scheduling delay per-request 2018-01-16 17:23:32 +00:00
module_loader.py
msisdn.py
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py
versionstring.py
wheel_timer.py