mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
grafana: Provision datasources and dashboards
This commit is contained in:
parent
3161b9190a
commit
58e7ffce5c
4 changed files with 142 additions and 44 deletions
|
|
@ -56,6 +56,11 @@
|
|||
grafana = {
|
||||
enable = true;
|
||||
domain = "grafana.${tailscaleDomain}";
|
||||
datasources = {
|
||||
victoriametrics.enable = true;
|
||||
victorialogs.enable = true;
|
||||
};
|
||||
dashboards.node-exporter-full.enable = true;
|
||||
};
|
||||
|
||||
victoriametrics = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue