From bb07db3d279b6ed55ad7f01bd0cc82880c155f78 Mon Sep 17 00:00:00 2001 From: Saifuddin Mohammad <38083799+yaxis1@users.noreply.github.com> Date: Sat, 27 Aug 2022 16:10:07 +0200 Subject: [PATCH] Update Receiver command --labels have been replaced with --label https://thanos.io/tip/components/receive.md/ --- chapter14/configs/thanos/thanos-receive.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter14/configs/thanos/thanos-receive.service b/chapter14/configs/thanos/thanos-receive.service index dc4212c..35d6a12 100644 --- a/chapter14/configs/thanos/thanos-receive.service +++ b/chapter14/configs/thanos/thanos-receive.service @@ -12,7 +12,7 @@ ExecStart=/usr/bin/thanos receive \ --log.level debug \ --tsdb.path "/var/lib/thanos/receive" \ --tsdb.retention 6h \ - --labels "store=\"receiver\"" \ + --label "store=\"receiver\"" \ --remote-write.address "0.0.0.0:19291" \ --grpc-address "0.0.0.0:12901" \ --http-address "0.0.0.0:12902"