From 66dc75ec0555669b38b5446df40ddadcd76ef70c Mon Sep 17 00:00:00 2001
From: erikjohnston Enable Synapse metrics: There are two methods of enabling metrics in Synapse. In Enable the There are two methods of enabling the metrics endpoint in Synapse. The first serves the metrics as a part of the usual web server and
can be enabled by adding the "metrics" resource to the existing
listener as such:homeserver.yaml
, make sure enable_metrics
is
+set to True
./_synapse/metrics
Synapse endpoint that Prometheus uses to
+collect data:/_synapse/metrics
.
For both options, you will need to ensure that enable_metrics
is
-set to True
.
Restart Synapse.
-- cgit 1.5.1