cluster/services/monitoring: fix tempo querier frontend address
This commit is contained in:
parent
af6259a8e4
commit
bd771be6ee
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue