## Bug Report <!-- Thanks for your bug report! Don't worry if you can't fill out all the sections. --> <img width="679" height="535" alt="Image" src="https://github.com/user-attachments/assets/5a3e1da7-0262-4a0b-bb2e-f7dcb874daa2" /> The kv cursor operations for `analyze_full_sample` is missing. The root cause is https://github.com/tikv/tikv/pull/16481. It accidently remove the `collect_scan_statistics` method of `AnalyzeContext`, so related metrics is always 0 after this PR.