prometheus: increased scrape_timeout

This commit is contained in:
eyjhb 2025-03-14 17:09:52 +01:00
parent f0346a3c38
commit 5e571b6fd9
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -10,6 +10,7 @@ in {
services.prometheus = {
enable = true;
globalConfig.scrape_interval = "10s";
globalConfig.scrape_timeout = "10s";
listenAddress = "localhost";
# default is 15 days, we just set it to 14 to be explicit