From a3321162766a77d9a14530954f0b4294beb743bd Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 30 Jan 2019 17:32:33 +0000 Subject: [PATCH] cleanups for contrib/prometheus/README --- contrib/prometheus/{README => README.md} | 7 +++++++ 1 file changed, 7 insertions(+) rename contrib/prometheus/{README => README.md} (96%) diff --git a/contrib/prometheus/README b/contrib/prometheus/README.md similarity index 96% rename from contrib/prometheus/README rename to contrib/prometheus/README.md index 7b733172e..e646cb7ea 100644 --- a/contrib/prometheus/README +++ b/contrib/prometheus/README.md @@ -6,8 +6,10 @@ To use it, first install prometheus by following the instructions at http://prometheus.io/ ### for Prometheus v1 + Add a new job to the main prometheus.conf file: +```yaml job: { name: "synapse" @@ -15,10 +17,12 @@ Add a new job to the main prometheus.conf file: target: "http://SERVER.LOCATION.HERE:PORT/_synapse/metrics" } } +``` ### for Prometheus v2 Add a new job to the main prometheus.yml file: +```yaml - job_name: "synapse" metrics_path: "/_synapse/metrics" # when endpoint uses https: @@ -26,11 +30,14 @@ Add a new job to the main prometheus.yml file: static_configs: - targets: ['SERVER.LOCATION:PORT'] +``` To use `synapse.rules` add +```yaml rule_files: - "/PATH/TO/synapse-v2.rules" +``` Metrics are disabled by default when running synapse; they must be enabled with the 'enable-metrics' option, either in the synapse config file or as a