mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 07:42:16 +00:00
Previously only large_partition_exceeding_threshold was exposed as a metric. Add three new counters to large_data_handler::stats and register corresponding Prometheus metrics: - large_rows_exceeding_threshold - large_cell_exceeding_threshold - large_collection_exceeding_threshold The counters are incremented in maybe_record_large_rows() and maybe_record_large_cells() following the same pattern used by the existing partition metric.
183 KiB
183 KiB