grafana / loki

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

feat(wal): Add sizing information to writer and reader. #13267

Closed cyriltovena closed 2 weeks ago

cyriltovena commented 2 weeks ago

What this PR does / why we need it:

This adds InputSize and Stats function to tests compression and wal segment size.

Which issue(s) this PR fixes: Fixes https://github.com/grafana/loki-private/issues/1002 https://github.com/grafana/loki-private/issues/1003