mirror of https://github.com/grafana/loki
compactor" track number of times table compactions were skipped consecutively (#11604)
**What this PR does / why we need it**: Earlier we had a counter for the number of times tables were skipped by compaction due to them being locked by retention. Counter makes it hard to reliably write an alert without making it noisy. I am changing the counter to gauge which would count the number of times tables were consecutively skipped by compaction. This would make it easier to write alerts. **Checklist** - [x] Tests updated --------- Co-authored-by: Ashwanth <iamashwanth@gmail.com>pull/11606/head
parent
cd3cf6291f
commit
3a7940af1c
Loading…
Reference in new issue