-
- Downloads
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.
Showing
- synapse/http/server.py 7 additions, 0 deletionssynapse/http/server.py
- synapse/http/site.py 3 additions, 1 deletionsynapse/http/site.py
- synapse/storage/_base.py 3 additions, 1 deletionsynapse/storage/_base.py
- synapse/util/logcontext.py 17 additions, 1 deletionsynapse/util/logcontext.py
- synapse/util/metrics.py 13 additions, 1 deletionsynapse/util/metrics.py
Loading
Please register or sign in to comment