mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
victoriametrics: Set selfScrapeInterval to 15s
This commit is contained in:
parent
60b0e790a8
commit
1f1dee4b76
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs-unstable.victoriametrics;
|
package = pkgs-unstable.victoriametrics;
|
||||||
listenAddress = "localhost:${builtins.toString cfg.port}";
|
listenAddress = "localhost:${builtins.toString cfg.port}";
|
||||||
extraOptions = [ "-selfScrapeInterval=10s" ];
|
extraOptions = [ "-selfScrapeInterval=15s" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue