diff options
author | Eric Eastwood <erice@element.io> | 2023-07-05 10:22:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 10:22:21 -0500 |
commit | ce857c05d5f6fa6b66c4a59c4917c440c9b98047 (patch) | |
tree | 5beb7f37736f40ed30ef10c2007236d75cb74583 /changelog.d | |
parent | docs/admin_api: fix header level on 'Users' page (#15852) (diff) | |
download | synapse-ce857c05d5f6fa6b66c4a59c4917c440c9b98047.tar.xz |
Add tracing to media `/upload` endpoint (#15850)
Add 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/15850.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15850.misc b/changelog.d/15850.misc new file mode 100644 index 0000000000..0e49ab23fe --- /dev/null +++ b/changelog.d/15850.misc @@ -0,0 +1 @@ +Add tracing to media `/upload` code paths. |