summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-11-13 12:03:51 +0000
committerGitHub <noreply@github.com>2020-11-13 12:03:51 +0000
commit427ede619febc4e57fed09364c00c53ddfc5d9c7 (patch)
tree62dae3e0d6e48a6d6be74506ddee23682986d195 /changelog.d
parentFix port script so that it can be run again after failure. (#8755) (diff)
downloadsynapse-427ede619febc4e57fed09364c00c53ddfc5d9c7.tar.xz
Add metrics for tracking 3PID /requestToken requests. (#8712)
The main use case is to see how many requests are being made, and how
many are second/third/etc attempts. If there are large number of retries
then that likely indicates a delivery problem.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8712.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8712.misc b/changelog.d/8712.misc
new file mode 100644
index 0000000000..90d63a9a23
--- /dev/null
+++ b/changelog.d/8712.misc
@@ -0,0 +1 @@
+Add metrics the allow the local sysadmin to track 3PID `/requestToken` requests.