diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-09-29 11:06:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 11:06:11 +0100 |
commit | 866c84da8ddda04f1da94b8e03719147c6d4875e (patch) | |
tree | 5dac897644da173b2847518395601803b8c92970 /changelog.d | |
parent | Fix handling of connection timeouts in outgoing http requests (#8400) (diff) | |
download | synapse-866c84da8ddda04f1da94b8e03719147c6d4875e.tar.xz |
Add metrics to track success/otherwise of replication requests (#8406)
One hope is that this might provide some insights into #3365.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8406.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8406.feature b/changelog.d/8406.feature new file mode 100644 index 0000000000..1c6472ae7e --- /dev/null +++ b/changelog.d/8406.feature @@ -0,0 +1 @@ +Add prometheus metrics for replication requests. |