storage: include range key info in ScanStats
#93326
Labels
A-storage
Relating to our storage engine (Pebble) on-disk storage.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-storage
Storage Team
The
roachpb.ScanStats
struct contains scan statistics that are attached to BatchResponses for observability purposes. This should include information about range keys as well, which will require corresponding changes topebble.IteratorStats
.cockroach/pkg/storage/mvcc.go
Lines 3556 to 3559 in 19f2fad
Jira issue: CRDB-22275
The text was updated successfully, but these errors were encountered: