From 3a5ee092f9b686fe5d9298a7da4313c8f0dbf365 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 6 May 2019 20:40:41 +0200 Subject: ... --- odin.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/odin.nix b/odin.nix index 698f71eb..9b75f934 100644 --- a/odin.nix +++ b/odin.nix @@ -518,6 +518,10 @@ listenAddress = "localhost"; }; }; + globalConfig = { + scrape_interval = "5s"; + scrape_timeout = "5s"; + }; scrapeConfigs = [ { job_name = "router"; static_configs = [ -- cgit v1.2.3