summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2023-07-10 17:23:11 -0500
committerGitHub <noreply@github.com>2023-07-10 17:23:11 -0500
commit2328e90fbb65216ff84a08834d3cd99573bccdff (patch)
treed8c969d3edaac110b571ff8c17f3768f37674f95 /changelog.d
parentDrop debian buster (#15893) (diff)
downloadsynapse-2328e90fbb65216ff84a08834d3cd99573bccdff.tar.xz
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
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15888.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15888.misc b/changelog.d/15888.misc
new file mode 100644
index 0000000000..0e49ab23fe
--- /dev/null
+++ b/changelog.d/15888.misc
@@ -0,0 +1 @@
+Add tracing to media `/upload` code paths.