raftstore: add io throughput metrics for snapshot generation (#18110)#18725
raftstore: add io throughput metrics for snapshot generation (#18110)#18725ti-chi-bot wants to merge 1 commit intotikv:release-7.5from
Conversation
close tikv#18140 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
@hhwyt This PR has conflicts, I have hold it. |
|
This cherry pick PR is for a release branch and has not yet been approved by triage owners. To merge this cherry pick:
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@ti-chi-bot: ## If you want to know how to resolve it, please read the guide in TiDB Dev Guide. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@ti-chi-bot: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Closed since not needed for now. |
This is an automated cherry-pick of #18110
This PR adds an I/O throughput metric(generate-io) for snapshot generation. It measures the read disk I/O throughput for RocksDB scans during the snapshot generation process.

What is changed and how it works?
Issue Number: Close #18140
What's Changed:
Related changes
pingcap/docs/pingcap/docs-cn:Check List
Tests
Side effects
Release note