added missing comma

This commit is contained in:
2025-07-01 23:18:05 +03:00
parent e7b2a2465d
commit a8bef8663a

View File

@@ -8,7 +8,7 @@ local.file_match "eko_logs" {
loki.source.file "eko_tail" {
targets = local.file_match.eko_logs.targets
forward_to = [loki.write.eko.receiver]
tail_from_end = true
tail_from_end = true,
labels = {
app = "eko-server"
}