Skip to content

Commit

Permalink
fix: (wip) explicitly defined job var used in node exporter full (das…
Browse files Browse the repository at this point in the history
…hboard)
  • Loading branch information
jtara1 committed Oct 10, 2024
1 parent d8659de commit 768b894
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,14 @@
}";
}
];
variables = [
{
name = "job";
type = "label_values";
datasource = "Prometheus";
query = "label_values(job)";
}
];
};
dashboards.settings = {
apiVersion = 1;
Expand Down

0 comments on commit 768b894

Please sign in to comment.