mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
grafana: Add victorialogs dashboard
This commit is contained in:
parent
d7d28fa19f
commit
387af935d1
4 changed files with 41 additions and 10 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue