added app label

This commit is contained in:
miwr 2025-04-30 11:23:53 +02:00
parent 66a56f2c43
commit abe39e9b51

View file

@ -70,6 +70,11 @@ alloy:
target_label = "container"
}
rule {
source_labels = ["__meta_kubernetes_pod_label_app"]
action = "replace"
target_label = "app"
}
}
loki.source.kubernetes "all_pod_logs" {