redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.65k stars 589 forks source link

`storage`: add `tombstones_removed` metric to `probe` #24145

Open WillemKauf opened 20 hours ago

WillemKauf commented 20 hours ago

This metric records the number of tombstones removed due to delete.retention.ms elapsing. It does not account for tombstone records removed by other forms of garbage collection.

Backports Required

Release Notes