MatrixSynapse/synapse/media
Eric Eastwood 2328e90fbb
Make the media `/upload` tracing less ambiguous (#15888)
A lot of the functions have the same name in this space like `store_file`,
and we also do it multiple times for different reasons (main media repo,
other storage providers, thumbnails, etc) so it's good to differentiate
them so your head doesn't explode.

Follow-up to https://github.com/matrix-org/synapse/pull/15850

Tracing instrumentation to media `/upload` code paths to investigate https://github.com/matrix-org/synapse/issues/15841
2023-07-10 17:23:11 -05:00
..
_base.py Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680) 2023-06-15 14:23:27 +01:00
filepath.py Refactor media modules. (#15146) 2023-02-27 08:26:05 -05:00
media_repository.py Add tracing to media `/upload` endpoint (#15850) 2023-07-05 10:22:21 -05:00
media_storage.py Make the media `/upload` tracing less ambiguous (#15888) 2023-07-10 17:23:11 -05:00
oembed.py Add stubs package for lxml. (#15697) 2023-05-31 17:06:57 +00:00
preview_html.py Add stubs package for lxml. (#15697) 2023-05-31 17:06:57 +00:00
storage_provider.py Make the media `/upload` tracing less ambiguous (#15888) 2023-07-10 17:23:11 -05:00
thumbnailer.py Add tracing to media `/upload` endpoint (#15850) 2023-07-05 10:22:21 -05:00
url_previewer.py Rename blacklist/whitelist internally. (#15620) 2023-05-19 12:25:25 +00:00