diff --git a/services/monitoring/deploy/alloy/node-scraper/helm-values.yaml b/services/monitoring/deploy/alloy/node-scraper/helm-values.yaml index f2f8c89..f3a07d4 100644 --- a/services/monitoring/deploy/alloy/node-scraper/helm-values.yaml +++ b/services/monitoring/deploy/alloy/node-scraper/helm-values.yaml @@ -114,7 +114,7 @@ alloy: stage.static_labels { values = { cluster = env("CLUSTER_NAME"), - host = env("NODE_NAME"), + host = env("HOSTNAME"), zone = env("ZONE"), job = "journald", service_name = "journald", @@ -227,10 +227,10 @@ alloy: } extraEnv: - - name: NODE_NAME + - name: NODE_IP valueFrom: fieldRef: - fieldPath: spec.nodeName + fieldPath: status.hostIP - name: CLUSTER_NAME value: casa - name: JOB