summary refs log tree commit diff
path: root/docs
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 /docs
parentEnsure a sid parameter is passed to bind_threepid (#5995) (diff)
downloadsynapse-55d5b3af8863167432017f23cd8a04a0c14c9d23.tar.xz
Servers-known-about statistic (#5981)
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 186cdbedd2..93c0edd8ce 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -958,6 +958,16 @@ account_threepid_delegates:
 #sentry:
 #    dsn: "..."
 
+# Flags to enable Prometheus metrics which are not suitable to be
+# enabled by default, either for performance reasons or limited use.
+#
+metrics_flags:
+    # Publish synapse_federation_known_servers, a g auge of the number of
+    # servers this homeserver knows about, including itself. May cause
+    # performance problems on large homeservers.
+    #
+    #known_servers: true
+
 # Whether or not to report anonymized homeserver usage statistics.
 # report_stats: true|false