matrix-docker-ansible-deploy/roles/matrix-grafana/templates/datasources.yaml.j2
Peetz0r eb5aa93e8a Grafana
Also includes the dashboards for Synapse and for Node Exporter.

Again has only been tested on debian amd64 so far, but the grafana docker image is available for arm64 and arm32. Nice.
2021-02-10 22:54:14 +01:00

9 lines
225 B
Django/Jinja

apiVersion: 1
datasources:
- name: {{ matrix_domain }} - Prometheus
type: prometheus
# Access mode - proxy (server in the UI) or direct (browser in the UI).
access: proxy
url: http://matrix-prometheus:9090