k8s_io_app added to alloy configuration

This commit is contained in:
miwr 2025-04-30 11:36:14 +02:00
parent abe39e9b51
commit 0d9eb6488c

View file

@ -75,6 +75,12 @@ alloy:
action = "replace"
target_label = "app"
}
rule {
source_labels = ["__meta_kubernetes_pod_label_app_kubernetes_io_name"]
action = "replace"
target_label = "k8s_io_app"
}
}
loki.source.kubernetes "all_pod_logs" {