From 768b8943865687b10ffa88f29a6f6b9972d9b7b8 Mon Sep 17 00:00:00 2001 From: James T Date: Wed, 9 Oct 2024 19:00:14 -0700 Subject: [PATCH] fix: (wip) explicitly defined job var used in node exporter full (dashboard) --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 326a510..d17ca61 100644 --- a/flake.nix +++ b/flake.nix @@ -283,6 +283,14 @@ }"; } ]; + variables = [ + { + name = "job"; + type = "label_values"; + datasource = "Prometheus"; + query = "label_values(job)"; + } + ]; }; dashboards.settings = { apiVersion = 1;