chore(alloy): Set correct cluster name

This commit is contained in:
Peter 2026-01-30 23:28:16 +01:00
parent d4e93de226
commit 42c21d58e4
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -607,13 +607,13 @@ data:
stage.static_labels { stage.static_labels {
values = { values = {
cluster = "k8s-peterg", cluster = "k8s-wheatley",
} }
} }
stage.template { stage.template {
source = "merged_cluster-namespace-container_string" 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" { prometheus.remote_write "default" {
external_labels = { external_labels = {
cluster = "k8s-peterg", cluster = "k8s-wheatley",
node = env("HOSTNAME"), node = env("HOSTNAME"),
} }