summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-05-07 00:07:02 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-05-07 00:07:02 +0200
commita3852a5aa50cdf41b2d1723a81eb33a21ee286a6 (patch)
tree952521ce128be7ddbf6f419eda6330fa105ddf9a /odin.nix
parenta496d0b3070920c609082d0299af8a7cb343e4ff (diff)
downloadnixos-a3852a5aa50cdf41b2d1723a81eb33a21ee286a6.tar
nixos-a3852a5aa50cdf41b2d1723a81eb33a21ee286a6.tar.gz
nixos-a3852a5aa50cdf41b2d1723a81eb33a21ee286a6.tar.bz2
nixos-a3852a5aa50cdf41b2d1723a81eb33a21ee286a6.tar.xz
nixos-a3852a5aa50cdf41b2d1723a81eb33a21ee286a6.zip
heimdallr node metrics
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index bb1bb4eb..31ceb4bc 100644
--- a/odin.nix
+++ b/odin.nix
@@ -552,7 +552,7 @@
552 scrapeConfigs = [ 552 scrapeConfigs = [
553 { job_name = "router"; 553 { job_name = "router";
554 static_configs = [ 554 static_configs = [
555 { targets = [ "heimdallr:9133" ]; 555 { targets = [ "heimdallr.asgard.yggdrasil:9133" ];
556 } 556 }
557 ]; 557 ];
558 } 558 }
@@ -562,6 +562,12 @@
562 } 562 }
563 ]; 563 ];
564 } 564 }
565 { job_name = "heimdallr";
566 static_configs = [
567 { targets = [ "heimdallr.asgard.yggdrasil:9100" ];
568 }
569 ];
570 }
565 { job_name = "prometheus"; 571 { job_name = "prometheus";
566 metrics_path = "/prometheus/metrics"; 572 metrics_path = "/prometheus/metrics";
567 static_configs = [ 573 static_configs = [