summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-09-29 11:06:11 +0100
committerGitHub <noreply@github.com>2020-09-29 11:06:11 +0100
commit866c84da8ddda04f1da94b8e03719147c6d4875e (patch)
tree5dac897644da173b2847518395601803b8c92970 /changelog.d
parentFix handling of connection timeouts in outgoing http requests (#8400) (diff)
downloadsynapse-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.feature1
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.