grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
22.71k stars 3.3k forks source link

refactor(blooms): Implement retry in builder #13306

Closed salvacorts closed 5 days ago

salvacorts commented 6 days ago

What this PR does / why we need it: This PR implements a retry with backoff in the bloom builder. We retry to connect to the planner at two levels:

Special notes for your reviewer:

Checklist