From a3852a5aa50cdf41b2d1723a81eb33a21ee286a6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 7 May 2019 00:07:02 +0200 Subject: heimdallr node metrics --- odin.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/odin.nix b/odin.nix index bb1bb4eb..31ceb4bc 100644 --- a/odin.nix +++ b/odin.nix @@ -552,7 +552,7 @@ scrapeConfigs = [ { job_name = "router"; static_configs = [ - { targets = [ "heimdallr:9133" ]; + { targets = [ "heimdallr.asgard.yggdrasil:9133" ]; } ]; } @@ -562,6 +562,12 @@ } ]; } + { job_name = "heimdallr"; + static_configs = [ + { targets = [ "heimdallr.asgard.yggdrasil:9100" ]; + } + ]; + } { job_name = "prometheus"; metrics_path = "/prometheus/metrics"; static_configs = [ -- cgit v1.2.3