We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e21ad commit f4eb550Copy full SHA for f4eb550
doc/modules/cassandra/pages/operating/metrics.adoc
@@ -176,6 +176,12 @@ by compression meta data.
176
|TombstoneScannedHistogram |Histogram |Histogram of tombstones scanned
177
in queries on this table.
178
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
185
|LiveScannedHistogram |Histogram |Histogram of live cells scanned in
186
queries on this table.
187
0 commit comments