mirror of https://github.com/grafana/loki
Fix index gateway startup if bloom gateway is enabled (#11543)
The index gateways discovers the bloom gateways by using the bloom gateway ring. In order to initialize the ring before the index gateway, it needs to be added as dependency of the index gateway. The dependency is conditional, because we don't want the ring to be initialized even though the bloom gateway is not used. **Special notes for your reviewer**: This regression was introduced with https://github.com/grafana/loki/pull/11537 Signed-off-by: Christian Haudum <christian.haudum@gmail.com>pull/11542/head^2
parent
55fa0d19e4
commit
64392ba164
Loading…
Reference in new issue