diff --git a/nixosModules/eko-config.alloy b/nixosModules/eko-config.alloy index 125612e..38defd8 100644 --- a/nixosModules/eko-config.alloy +++ b/nixosModules/eko-config.alloy @@ -9,6 +9,9 @@ loki.source.file "eko_tail" { targets = local.file_match.eko_logs.targets forward_to = [loki.write.eko.receiver] tail_from_end = true + labels = { + app = "eko-server" + } } loki.write "eko" {