grafana / loki

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

feat(blooms): Apply task timeout in bloom builder #14988

Closed salvacorts closed 3 days ago

salvacorts commented 3 days ago

What this PR does / why we need it:

The per-tenant bloom_build_builder_response_timeout limit was only enforced in the planner. We now apply it on the builder side as well.

Checklist