IPCEICIS-2951 #19
1 changed files with 5 additions and 0 deletions
|
@ -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" {
|
||||
|
|
Reference in a new issue