Quellcode durchsuchen

Merge pull request #2639 from spatterIight/patch-1

Update configuring-playbook-synapse.md
pull/2641/head
Slavi Pantaleev vor 3 Jahren
committed by GitHub
Ursprung
Commit
3b817c1ad6
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. +7
    -0
      docs/configuring-playbook-synapse.md

+ 7
- 0
docs/configuring-playbook-synapse.md Datei anzeigen

@@ -117,3 +117,10 @@ matrix_synapse_container_image_customizations_templates_git_repository_ssh_priva


As mentioned in Synapse's Templates documentation, Synapse will fall back to its own templates if a template is not found in that directory. As mentioned in Synapse's Templates documentation, Synapse will fall back to its own templates if a template is not found in that directory.
Due to this, it's recommended to only store and maintain template files in your repository if you need to make custom changes. Other files (which you don't need to change), should not be duplicated, so that you don't need to worry about getting out-of-sync with the original Synapse templates. Due to this, it's recommended to only store and maintain template files in your repository if you need to make custom changes. Other files (which you don't need to change), should not be duplicated, so that you don't need to worry about getting out-of-sync with the original Synapse templates.


## Monitoring Synapse Metrics with Prometheus and Grafana

This playbook allows you to enable Synapse metrics, which can provide insight into the performance and activity of Synapse.

To enable Synapse metrics see [`configuring-playbook-prometheus-grafana.md`](./configuring-playbook-prometheus-grafana.md)

Laden…
Abbrechen
Speichern