diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-08-18 16:26:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 16:26:26 +0100 |
commit | b251cff8196e4130b2a6951c8fe569ed46779443 (patch) | |
tree | 4f49cac771efeb1c361b614aa7d266f18e8cd841 /changelog.d | |
parent | Track number of hosts affected by the rate limiter (#13541) (diff) | |
download | synapse-b251cff8196e4130b2a6951c8fe569ed46779443.tar.xz |
Fix incorrect juggling of logging contexts in `_PerHostRatelimiter` (#13554)
Signed-off-by: Sean Quah <seanq@matrix.org> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13554.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13554.misc b/changelog.d/13554.misc new file mode 100644 index 0000000000..99dbcebec8 --- /dev/null +++ b/changelog.d/13554.misc @@ -0,0 +1 @@ +Instrument `FederationStateIdsServlet` (`/state_ids`) for understandable traces in Jaeger. |