mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
- Add `large_rows_exceeding_threshold`, `large_cell_exceeding_threshold`, and `large_collection_exceeding_threshold` metrics to complement the existing `large_partition_exceeding_threshold` - Add unit tests verifying stats counters increment correctly during SSTable writes Backport is not needed Fixes https://scylladb.atlassian.net/browse/SCYLLADB-1095 Closes scylladb/scylladb#29722 * github.com:scylladb/scylladb: test/boost: add tests for large data stats counters db: add large data metrics for rows, cells, and collections