grafana / loki

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

chore(blooms): Add number of skipped bloom blocks to stats-report log line #14771

Closed chaudum closed 2 weeks ago

chaudum commented 2 weeks ago

What this PR does / why we need it:

We already log the number of processed blocks, so we also want to know the number of skipped blocks, because they have not been available. This will give better insights on a per-query basis, additionally to the metric of overall skipped unavailable blocks loki_bloom_gateway_blocks_not_available_total.

Checklist