With range keys being shipped within Cockroach in 22.2, we need to ensure we have sufficient observability. A couple ideas: - [x] Add # range keys encountered to IteratorStats. - [x] Expose total # of range keys across the LSM in a metric. - [x] Ensure tooling (e.g. `pebble manifest dump`) is range key aware Anything else?