mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
grafana: Avoid dashboard patching by using victoriametrics's prometheus compatibility
This commit is contained in:
parent
14956c6712
commit
8a45686da7
3 changed files with 34 additions and 41 deletions
|
|
@ -58,6 +58,7 @@
|
|||
enable = true;
|
||||
domain = "grafana.${tailscaleDomain}";
|
||||
datasources = {
|
||||
prometheus.enable = true;
|
||||
victoriametrics.enable = true;
|
||||
victorialogs.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue