diff options
author | Eric Eastwood <erice@element.io> | 2022-08-17 04:19:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-17 10:19:21 +0100 |
commit | 2c8cfd6d85a61e049344e00170119a679570af0f (patch) | |
tree | d5a1cda0edc3f79455b20b1034f87c57ca625224 /changelog.d | |
parent | Instrument the federation/backfill part of `/messages` (#13489) (diff) | |
download | synapse-2c8cfd6d85a61e049344e00170119a679570af0f.tar.xz |
Add specific metric to time long-running `/messages` requests (#13533)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13533.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13533.misc b/changelog.d/13533.misc new file mode 100644 index 0000000000..ab4b18887a --- /dev/null +++ b/changelog.d/13533.misc @@ -0,0 +1 @@ +Track HTTP response times over 10 seconds from `/messages` (`synapse_room_message_list_rest_servlet_response_time_seconds`). |