From 42c21d58e46f489600ef6bde3cb960d375820aeb Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Fri, 30 Jan 2026 23:28:16 +0100 Subject: [PATCH] chore(alloy): Set correct cluster name --- k8s-wheatley/alloy/configmap.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s-wheatley/alloy/configmap.yaml b/k8s-wheatley/alloy/configmap.yaml index bc7adcf..605b913 100644 --- a/k8s-wheatley/alloy/configmap.yaml +++ b/k8s-wheatley/alloy/configmap.yaml @@ -607,13 +607,13 @@ data: stage.static_labels { values = { - cluster = "k8s-peterg", + cluster = "k8s-wheatley", } } stage.template { source = "merged_cluster-namespace-container_string" - template = "k8s-peterg;{{`{{.namespace}};{{.container}}`}}" + template = "k8s-wheatley;{{`{{.namespace}};{{.container}}`}}" } } @@ -646,7 +646,7 @@ data: prometheus.remote_write "default" { external_labels = { - cluster = "k8s-peterg", + cluster = "k8s-wheatley", node = env("HOSTNAME"), }