chore(alloy): Set correct cluster name
This commit is contained in:
parent
d4e93de226
commit
42c21d58e4
1 changed files with 3 additions and 3 deletions
|
|
@ -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"),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue