From bd771be6ee4e23f69f24b7723c4c7b91faed8c36 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 12 Jun 2023 17:07:22 +0200 Subject: [PATCH] cluster/services/monitoring: fix tempo querier frontend address --- cluster/services/monitoring/tracing.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/services/monitoring/tracing.nix b/cluster/services/monitoring/tracing.nix index b04f76a..2627b56 100644 --- a/cluster/services/monitoring/tracing.nix +++ b/cluster/services/monitoring/tracing.nix @@ -16,6 +16,7 @@ let grpc.endpoint = links.tempo-otlp-grpc.tuple; }; }; + querier.frontend_worker.frontend_address = links.tempo-grpc.tuple; ingester = { trace_idle_period = "30s"; max_block_bytes = 1000000;