mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-5.0' into trunk
This commit is contained in:
commit
223f6d47ff
|
|
@ -184,6 +184,12 @@ in queries on this table.
|
|||
|PurgeableTombstoneScannedHistogram |Histogram |Histogram of purgeable tombstones scanned
|
||||
in queries on this table. Use tombstone_read_purgeable_metric_granularity property in cassandra.yaml to enable it.
|
||||
|
||||
|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