summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = [