cluster/services/monitoring: fix tempo querier frontend address

This commit is contained in:
Max Headroom 2023-06-12 17:07:22 +02:00
parent af6259a8e4
commit bd771be6ee

View file

@ -16,6 +16,7 @@ let
grpc.endpoint = links.tempo-otlp-grpc.tuple; grpc.endpoint = links.tempo-otlp-grpc.tuple;
}; };
}; };
querier.frontend_worker.frontend_address = links.tempo-grpc.tuple;
ingester = { ingester = {
trace_idle_period = "30s"; trace_idle_period = "30s";
max_block_bytes = 1000000; max_block_bytes = 1000000;