mirror of https://github.com/grafana/loki
Querier/Ruler: add histogram to track fetched chunk size distribution (#8682)
**What this PR does / why we need it**: We are looking at making some changes to the chunk caching strategy, and we need this data to know what size chunks we're typically requesting. For example, if the overwhelming majority of chunks are small we may decide to cache only small chunks to decrease the number of requests to the object store; we could fit more chunks in cache this way, which may have a positive performance impact.pull/8685/head
parent
08ac5336d5
commit
ab7a970b94
Loading…
Reference in new issue