From d8f87f82c23bf462c0e492b11e79b359903cf676 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Fri, 26 Aug 2022 14:36:35 +0000
Subject: [PATCH] Promtail: Keep default "targets"

... localhost is only viable option and also the default according to
https://grafana.com/docs/loki/latest/clients/promtail/configuration/#static_configs
---
 morph/lib/storage.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/morph/lib/storage.nix b/morph/lib/storage.nix
index 123742a2..461d24e6 100644
--- a/morph/lib/storage.nix
+++ b/morph/lib/storage.nix
@@ -53,7 +53,6 @@ in {
           job_name = "tahoe-corruption-advisories";
           static_configs = [
             {
-              targets = [ "localhost" ];
               labels = {
                 job = "tahoe-corruption-advisories";
                 __path__ = "/storage/corruption-advisories/*";
-- 
GitLab