grafana: Add victoriametrics dashboard

This commit is contained in:
SebastianStork 2025-09-20 22:01:36 +02:00
parent 8a45686da7
commit d7d28fa19f
3 changed files with 31 additions and 9 deletions

View file

@ -62,7 +62,10 @@
victoriametrics.enable = true;
victorialogs.enable = true;
};
dashboards.node-exporter-full.enable = true;
dashboards = {
nodeExporter.enable = true;
victoriametrics.enable = true;
};
};
victoriametrics = {