chore(alloy): Forward relabel to prometheus.scrape

This commit is contained in:
Peter 2026-01-07 15:39:19 +01:00
parent d837168234
commit b4e72ef5d0
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -462,6 +462,7 @@ data:
} }
prometheus.relabel "node_exporter" { prometheus.relabel "node_exporter" {
forward_to = [prometheus.scrape.node_exporter]
rule { rule {
action = "replace" action = "replace"
target_label = "node" target_label = "node"