summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRemi Rampin <remi@rampin.org>2024-02-14 10:30:03 -0500
committerGitHub <noreply@github.com>2024-02-14 15:30:03 +0000
commit0621e8eb0eaf20c88b2ebfc07d3a643340093839 (patch)
tree5d704641823db4ec412957d659d0dc5e3f0e2cf5 /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-0621e8eb0eaf20c88b2ebfc07d3a643340093839.tar.xz
Add metric for emails sent (#16881)
This adds a counter `synapse_emails_sent_total` for emails sent. They
are broken down by `type`, which are `password_reset`, `registration`,
`add_threepid`, `notification` (matching the methods of `Mailer`).
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16881.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16881.feature b/changelog.d/16881.feature
new file mode 100644
index 0000000000..d1c8cc304e
--- /dev/null
+++ b/changelog.d/16881.feature
@@ -0,0 +1 @@
+A metric was added for emails sent by Synapse, broken down by type: `synapse_emails_sent_total`. Contributed by Remi Rampin.