mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
0621e8eb0e
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`).
1 line
125 B
Gherkin
1 line
125 B
Gherkin
A metric was added for emails sent by Synapse, broken down by type: `synapse_emails_sent_total`. Contributed by Remi Rampin.
|