grafana: Add victorialogs dashboard

This commit is contained in:
SebastianStork 2025-09-20 22:59:27 +02:00
parent d7d28fa19f
commit 387af935d1
4 changed files with 41 additions and 10 deletions

View file

@ -63,8 +63,9 @@
victorialogs.enable = true;
};
dashboards = {
nodeExporter.enable = true;
victoriametrics.enable = true;
nodeExporter = true;
victoriametrics = true;
victorialogs = true;
};
};
@ -81,7 +82,10 @@
alloy = {
enable = true;
domain = "alloy-${config.networking.hostName}.${tailscaleDomain}";
collect.hostMetrics = true;
collect = {
hostMetrics = true;
victorialogsMetrics = true;
};
};
caddy.virtualHosts =