feat(grafana): add synapse dashboard
All checks were successful
Flake checks / Check (pull_request) Successful in 8m6s

Source:
https://github.com/element-hq/synapse/blob/master/contrib/grafana/synapse.json
This commit is contained in:
teutat3s 2024-01-30 20:00:41 +01:00
parent 101cc3a9d2
commit 33d80dc558
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 13478 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -26,6 +26,11 @@
group = "grafana";
user = "grafana";
};
"grafana-dashboards/synapse.json" = {
source = ./grafana-dashboards/synapse.json;
group = "grafana";
user = "grafana";
};
};
services.grafana = {