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"), }