alloy_implementation #13

Merged
Michal.Wrobel merged 16 commits from alloy_implementation into development 2025-03-18 09:03:25 +00:00
Showing only changes of commit 415576c2cb - Show all commits

View file

@ -70,13 +70,6 @@ alloy:
target_label = "container"
}
rule {
source_labels = ["__meta_kubernetes_pod_name", "__meta_kubernetes_pod_container_name"]
action = "replace"
target_label = "__path__"
replacement = "/var/log/containers/$1_$2.log"
}
}
loki.source.kubernetes "all_pod_logs" {