mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
grafana: Add victoriametrics dashboard
This commit is contained in:
parent
8a45686da7
commit
d7d28fa19f
3 changed files with 31 additions and 9 deletions
|
|
@ -62,7 +62,10 @@
|
|||
victoriametrics.enable = true;
|
||||
victorialogs.enable = true;
|
||||
};
|
||||
dashboards.node-exporter-full.enable = true;
|
||||
dashboards = {
|
||||
nodeExporter.enable = true;
|
||||
victoriametrics.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
victoriametrics = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue