mirror of https://github.com/apache/cassandra
Add documentation for tombstone threshold metrics
patch by Serban Teodorescu; reviewed by Stefan Miklosovic for CASSANDRA-20803
This commit is contained in:
parent
22e21ad9b2
commit
f4eb55097e
|
|
@ -176,6 +176,12 @@ by compression meta data.
|
|||
|TombstoneScannedHistogram |Histogram |Histogram of tombstones scanned
|
||||
in queries on this table.
|
||||
|
||||
|TombstoneWarnings |Counter |Number of tombstone read warnings (reads that scanned more than
|
||||
tombstone_warn_threshold tombstones).
|
||||
|
||||
|TombstoneFailures |Counter |Number of tombstone read failures (reads that scanned more than
|
||||
tombstone_failure_threshold tombstones).
|
||||
|
||||
|LiveScannedHistogram |Histogram |Histogram of live cells scanned in
|
||||
queries on this table.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue