mirror of https://github.com/grafana/loki
Fix fetched chunk from store size in metric (#8971)
**What this PR does / why we need it**: The `Size()` function on `chunk.Chunk` calls out to `func (ChunkRef) Size() int` in the proto, which doesn't actually include the size of the chunk data! We need to call `chunk.Data.Size()` for that.integrate-laser
parent
e7b0d4d26e
commit
de84737368
Loading…
Reference in new issue