From 90f43ffbc8b618a00596e14271ea99c75c729565 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Wed, 27 May 2026 16:32:16 +0300 Subject: [PATCH] Add node label to WB node exporter scrape --- clusters/wb/infrastructure/patches/vmstack.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/wb/infrastructure/patches/vmstack.yaml b/clusters/wb/infrastructure/patches/vmstack.yaml index 3a4acee..d21154e 100644 --- a/clusters/wb/infrastructure/patches/vmstack.yaml +++ b/clusters/wb/infrastructure/patches/vmstack.yaml @@ -81,6 +81,10 @@ spec: endpoints: - port: metrics relabelConfigs: + - action: replace + sourceLabels: + - __meta_kubernetes_pod_node_name + targetLabel: node - targetLabel: job replacement: vm-stack/vm-prod-node-exporter