prometheus: increased scrape_timeout
This commit is contained in:
parent
f0346a3c38
commit
5e571b6fd9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue