summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 698f71eb..9b75f934 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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 = [