Skip to content
Snippets Groups Projects
Commit 7efb38d1 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Update metrics-howto.rst

parent 27c005ae
No related branches found
No related tags found
No related merge requests found
......@@ -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::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment