changing scrape intervall

This commit is contained in:
Joachim Stramke 2024-04-29 17:09:37 +02:00
parent 3f47b32983
commit d1147621e1

View file

@ -52,6 +52,7 @@ in
static_configs = [{ static_configs = [{
targets = [ "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" ]; targets = [ "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" ];
}]; }];
scrape_interval = "15s";
} }
]; ];
}; };