forked-synapse/synapse/http
Richard van der Hoff b088aafcae Log number of events fetched from DB
When we finish processing a request, log the number of events we fetched from
the database to handle it.

[I'm trying to figure out which requests are responsible for large amounts of
event cache churn. It may turn out to be more helpful to add counts to the
prometheus per-request/block metrics, but that is an extension to this code
anyway.]
2018-06-21 06:15:03 +01:00
..
__init__.py factor out uri redaction into a method on http 2018-06-05 18:31:40 +01:00
additional_resource.py Set Server header in SynapseRequest 2018-05-10 18:50:27 +01:00
client.py redact_uri in two missed log paths 2018-06-06 10:25:48 +01:00
endpoint.py Merge pull request #3182 from Half-Shot/hs/fix-twisted-shutdown 2018-05-03 12:40:11 +01:00
matrixfederationclient.py Merge pull request #3276 from matrix-org/dbkr/unbind 2018-06-11 16:02:00 +01:00
request_metrics.py Fix inflight requests metric (incorrect name & traceback) (#3413) 2018-06-20 11:18:57 +01:00
server.py Merge remote-tracking branch 'origin/develop' into 3218-official-prom 2018-05-22 10:50:26 -05:00
servlet.py delete_local_events for purge_history 2018-02-09 13:07:41 +00:00
site.py Log number of events fetched from DB 2018-06-21 06:15:03 +01:00