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-03-19 11:28:49 +0100
committerGitHub <noreply@github.com>2020-03-19 10:28:49 +0000
commite913823a220b89a205a09efe53116fab435dfdfb (patch)
tree5b51ba8364147819e24c468eae8ff00c1275b1ad /changelog.d
parentAdd prometheus metrics for the number of active pushers (#7103) (diff)
downloadsynapse-e913823a220b89a205a09efe53116fab435dfdfb.tar.xz
Fix concurrent modification errors in pusher metrics (#7106)
add a lock to try to make this metric actually work
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7106.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7106.feature b/changelog.d/7106.feature
new file mode 100644
index 0000000000..413e7f29d7
--- /dev/null
+++ b/changelog.d/7106.feature
@@ -0,0 +1 @@
+Add prometheus metrics for the number of active pushers.