MatrixSynapse/synapse
Eric Eastwood 703a8f9c67
Instrument `state` and `state_group` storage related things (tracing) (#15610)
Instrument `state` and `state_group` storage related things (tracing) so it's a little more clear where these database transactions are coming from as there is a lot of wires crossing in these functions.

Part of `/messages` performance investigation: https://github.com/matrix-org/synapse/issues/13356
2023-05-19 12:26:58 -05:00
..
_scripts
api Implement MSC3821 to update redaction rules (`third_party_invite.signed`) (#15563) 2023-05-15 15:02:24 -04:00
app Remove old R30 because R30v2 supercedes it (#10428) 2023-05-19 11:13:44 -05:00
appservice Stabilize MSC2659 support for AS ping endpoint. (#15528) 2023-05-09 15:02:36 -04:00
config Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
crypto Factor out an `is_mine_server_name` method (#15542) 2023-05-05 15:06:22 +01:00
events Instrument `state` and `state_group` storage related things (tracing) (#15610) 2023-05-19 12:26:58 -05:00
federation Remove experimental configuration flags & unstable values for faster joins (#15625) 2023-05-19 07:23:09 -04:00
handlers Trace how many new events from the backfill response we need to process (#15633) 2023-05-19 11:18:45 -05:00
http Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
logging
media Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
metrics
module_api Update code to refer to "workers". (#15606) 2023-05-16 15:56:38 -04:00
push Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
replication Update code to refer to "workers". (#15606) 2023-05-16 15:56:38 -04:00
res
rest Do not allow deactivated users to login with JWT. (#15624) 2023-05-19 08:06:54 -04:00
server_notices
spam_checker_api
state Instrument `state` and `state_group` storage related things (tracing) (#15610) 2023-05-19 12:26:58 -05:00
static
storage Instrument `state` and `state_group` storage related things (tracing) (#15610) 2023-05-19 12:26:58 -05:00
streams
types Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615) 2023-05-18 11:11:30 +01:00
util Fix `HomeServer`s leaking during `trial` test runs (#15630) 2023-05-19 11:17:12 +01:00
__init__.py
event_auth.py Reject instead of erroring on invalid membership events. (#15564) 2023-05-15 15:01:29 -04:00
notifier.py
py.typed
server.py Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00
visibility.py