diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2017-02-19 22:55:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 22:55:48 +0000 |
commit | 7efb38d1dd058dcb9e7051aeaf2019520101576d (patch) | |
tree | aede66e6376c4b3806b7e2d88f87b7bc6c140568 /docs/metrics-howto.rst | |
parent | Merge branch 'release-v0.19.1' of github.com:matrix-org/synapse (diff) | |
download | synapse-7efb38d1dd058dcb9e7051aeaf2019520101576d.tar.xz |
Update metrics-howto.rst
Diffstat (limited to 'docs/metrics-howto.rst')
-rw-r--r-- | docs/metrics-howto.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/metrics-howto.rst b/docs/metrics-howto.rst index ca10799b00..56e69c1859 100644 --- a/docs/metrics-howto.rst +++ b/docs/metrics-howto.rst @@ -9,11 +9,13 @@ How to monitor Synapse metrics using Prometheus prometheus itself defaults to 9090, so starting just above that for locally monitored services seems reasonable. E.g. 9092: - Add to homeserver.yaml + Add to homeserver.yaml:: metrics_port: 9092 - Restart synapse + Also ensure that ``enable_metrics`` is set to ``True``. + + Restart synapse. 3: Add a prometheus target for synapse. It needs to set the ``metrics_path`` to a non-default value:: |