diff options
-rw-r--r-- | odin.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -518,6 +518,10 @@ | |||
518 | listenAddress = "localhost"; | 518 | listenAddress = "localhost"; |
519 | }; | 519 | }; |
520 | }; | 520 | }; |
521 | globalConfig = { | ||
522 | scrape_interval = "5s"; | ||
523 | scrape_timeout = "5s"; | ||
524 | }; | ||
521 | scrapeConfigs = [ | 525 | scrapeConfigs = [ |
522 | { job_name = "router"; | 526 | { job_name = "router"; |
523 | static_configs = [ | 527 | static_configs = [ |