mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-05 01:19:09 +00:00
fix: promscrape maxscrapesize no longer valid
This commit is contained in:
parent
d61ac18707
commit
780ff152c8
@ -91,8 +91,6 @@ in
|
|||||||
services.vmagent = {
|
services.vmagent = {
|
||||||
package = pkgs-stable.vmagent;
|
package = pkgs-stable.vmagent;
|
||||||
prometheusConfig = prometheusConfig;
|
prometheusConfig = prometheusConfig;
|
||||||
# https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5567
|
|
||||||
extraArgs = [ "-promscrape.maxScrapeSize 450000000" ];
|
|
||||||
remoteWrite = {
|
remoteWrite = {
|
||||||
url = "https://${config.hostnames.prometheus}/api/v1/write";
|
url = "https://${config.hostnames.prometheus}/api/v1/write";
|
||||||
basicAuthUsername = username;
|
basicAuthUsername = username;
|
||||||
|
Loading…
Reference in New Issue
Block a user