diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-12-31 13:40:45 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-12-31 13:40:45 +0000 |
commit | 3efa169750189237e05a9ddd4dbd11c64a443310 (patch) | |
tree | 25aff106d041d259d5017617a7e1aa2bcabb02a0 /contrib | |
parent | Merge commit '24229fac0' into anoa/dinsic_release_1_23_1 (diff) | |
parent | Note support for Python 3.9 (#8665) (diff) | |
download | synapse-3efa169750189237e05a9ddd4dbd11c64a443310.tar.xz |
Merge commit '88e1d0c52' into anoa/dinsic_release_1_23_1
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/grafana/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/grafana/README.md b/contrib/grafana/README.md index ca780d412e..4608793394 100644 --- a/contrib/grafana/README.md +++ b/contrib/grafana/README.md @@ -3,4 +3,4 @@ 0. Set up Prometheus and Grafana. Out of scope for this readme. Useful documentation about using Grafana with Prometheus: http://docs.grafana.org/features/datasources/prometheus/ 1. Have your Prometheus scrape your Synapse. https://github.com/matrix-org/synapse/blob/master/docs/metrics-howto.md 2. Import dashboard into Grafana. Download `synapse.json`. Import it to Grafana and select the correct Prometheus datasource. http://docs.grafana.org/reference/export_import/ -3. Set up additional recording rules +3. Set up required recording rules. https://github.com/matrix-org/synapse/tree/master/contrib/prometheus |