summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-09-07 01:45:51 +1000
committerGitHub <noreply@github.com>2019-09-07 01:45:51 +1000
commit55d5b3af8863167432017f23cd8a04a0c14c9d23 (patch)
tree1174d964f1874796b305f437442b5e31fb6cfaf5 /changelog.d
parentEnsure a sid parameter is passed to bind_threepid (#5995) (diff)
downloadsynapse-55d5b3af8863167432017f23cd8a04a0c14c9d23.tar.xz
Servers-known-about statistic (#5981)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5981.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5981.feature b/changelog.d/5981.feature
new file mode 100644
index 0000000000..e39514273d
--- /dev/null
+++ b/changelog.d/5981.feature
@@ -0,0 +1 @@
+Setting metrics_flags.known_servers to True in the configuration will publish the synapse_federation_known_servers metric over Prometheus. This represents the total number of servers your server knows about (i.e. is in rooms with), including itself.