diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-07-31 11:31:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 11:31:52 +0100 |
commit | 82977477e3f854aa6667e5b17c715a85420e1df9 (patch) | |
tree | b9077805ce09d0ac60c5cfaef7966a34fabcbd17 | |
parent | synapse grafana dashboard (diff) | |
parent | Add some documentation for using the dashboard (diff) | |
download | synapse-82977477e3f854aa6667e5b17c715a85420e1df9.tar.xz |
Merge pull request #3629 from ptman/patch-1
Add some documentation for using the dashboard
-rw-r--r-- | contrib/grafana/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/grafana/README.md b/contrib/grafana/README.md new file mode 100644 index 0000000000..6a6cc0bed4 --- /dev/null +++ b/contrib/grafana/README.md @@ -0,0 +1,6 @@ +# Using the Synapse Grafana dashboard + +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.rst +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 |