diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-03-19 11:28:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 10:28:49 +0000 |
commit | e913823a220b89a205a09efe53116fab435dfdfb (patch) | |
tree | 5b51ba8364147819e24c468eae8ff00c1275b1ad /changelog.d | |
parent | Add prometheus metrics for the number of active pushers (#7103) (diff) | |
download | synapse-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.feature | 1 |
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. |