Skip to content

Commit f4eb550

Browse files
serban21smiklosovic
authored andcommitted
Add documentation for tombstone threshold metrics
patch by Serban Teodorescu; reviewed by Stefan Miklosovic for CASSANDRA-20803
1 parent 22e21ad commit f4eb550

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/modules/cassandra/pages/operating/metrics.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ by compression meta data.
176176
|TombstoneScannedHistogram |Histogram |Histogram of tombstones scanned
177177
in queries on this table.
178178
179+
|TombstoneWarnings |Counter |Number of tombstone read warnings (reads that scanned more than
180+
tombstone_warn_threshold tombstones).
181+
182+
|TombstoneFailures |Counter |Number of tombstone read failures (reads that scanned more than
183+
tombstone_failure_threshold tombstones).
184+
179185
|LiveScannedHistogram |Histogram |Histogram of live cells scanned in
180186
queries on this table.
181187

0 commit comments

Comments
 (0)