Add all nodes with base role as node exporter targets

This commit is contained in:
2026-07-04 15:46:41 +02:00
parent ea69c7cec6
commit 153b1e77c5
2 changed files with 11 additions and 2 deletions
@@ -13,7 +13,7 @@ node.default["kosmos_prometheus"]["global"] = {
}
node.default["kosmos_prometheus"]["jobs"] = {
"prometheus" => { "targets" => ["localhost:9090"] }
"prometheus" => { "targets" => ["localhost:9090"] },
}
node.default["kosmos_prometheus"]["rule_files"] = []