grafana / loki

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

fix(blooms): Suppress error from resolving server addresses for blocks #13385

Closed chaudum closed 3 days ago

chaudum commented 3 days ago

What this PR does / why we need it:

Instead of returning the error, FilterChunks returns the full, unfiltered list of chunks.

This makes sure that queries do not fail if no bloom gateway instances are available.

Checklist