mirror of https://github.com/watcha-fr/synapse
Fix some links in `docs` and `contrib` (#10370)
parent
d9b3637e44
commit
e938f69697
@ -0,0 +1 @@ |
||||
Fix some links in `docs` and `contrib`. |
@ -1,6 +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.md |
||||
1. Have your Prometheus scrape your Synapse. https://matrix-org.github.io/synapse/latest/metrics-howto.html |
||||
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 required recording rules. https://github.com/matrix-org/synapse/tree/master/contrib/prometheus |
||||
3. Set up required recording rules. [contrib/prometheus](../prometheus) |
||||
|
@ -1,2 +1,3 @@ |
||||
The documentation for using systemd to manage synapse workers is now part of |
||||
the main synapse distribution. See [docs/systemd-with-workers](../../docs/systemd-with-workers). |
||||
the main synapse distribution. See |
||||
[docs/systemd-with-workers](https://matrix-org.github.io/synapse/latest/systemd-with-workers/index.html). |
||||
|
Loading…
Reference in new issue