summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-07-28 10:03:18 +0100
committerGitHub <noreply@github.com>2020-07-28 10:03:18 +0100
commitaaf9ce72a0195ade561803e762dfe440969c90c7 (patch)
treec56e31299c0819e563c522dee69ffd79c8598c95 /docs
parentAdd script for finding files with unix line terminators (#7965) (diff)
downloadsynapse-aaf9ce72a0195ade561803e762dfe440969c90c7.tar.xz
Fix typo in metrics docs (#7966)
Diffstat (limited to 'docs')
-rw-r--r--docs/metrics-howto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/metrics-howto.md b/docs/metrics-howto.md
index cf69938a2a..b386ec91c1 100644
--- a/docs/metrics-howto.md
+++ b/docs/metrics-howto.md
@@ -27,7 +27,7 @@
     different thread to Synapse. This can make it more resilient to
     heavy load meaning metrics cannot be retrieved, and can be exposed
     to just internal networks easier. The served metrics are available
-    over HTTP only, and will be available at `/`.
+    over HTTP only, and will be available at `/_synapse/metrics`.
 
     Add a new listener to homeserver.yaml: