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.
2 parents f61a1cb + 62150b0 commit 902ef57Copy full SHA for 902ef57
doc/modules/cassandra/pages/managing/operating/metrics.adoc
@@ -181,6 +181,12 @@ by compression meta data.
181
|TombstoneScannedHistogram |Histogram |Histogram of tombstones scanned
182
in queries on this table.
183
184
+|TombstoneWarnings |Counter |Number of tombstone read warnings (reads that scanned more than
185
+tombstone_warn_threshold tombstones).
186
+
187
+|TombstoneFailures |Counter |Number of tombstone read failures (reads that scanned more than
188
+tombstone_failure_threshold tombstones).
189
190
|LiveScannedHistogram |Histogram |Histogram of live cells scanned in
191
queries on this table.
192
0 commit comments