-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add grafana panels for write throughput per instance (#2524) #2544
Add grafana panels for write throughput per instance (#2524) #2544
Conversation
Signed-off-by: ti-srebot <[email protected]>
/merge |
@JaySon-Huang: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. Instructions 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. |
This pull request has been accepted and is ready to merge. Commit hash: 624118e
|
/run-all-tests |
/merge |
@JaySon-Huang: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests You only need to trigger If you have any questions about the PR merge process, please refer to pr process. Instructions 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. |
cherry-pick #2524 to release-5.1
You can switch your code base to this Pull Request by using git-extras:
# In tics repo: git pr https://github.com/pingcap/tics/pull/2544
After apply modifications, you can push your change to this PR via:
Signed-off-by: JaySon-Huang [email protected]
What problem does this PR solve?
Issue Number: related to tikv/pd#3261
Problem Summary:
What is changed and how it works?
Add two Grafana panels that show write throughput per instance. So that we can check the write hotspot scheduling of PD
Related changes
Check List
Tests
Side effects
Release note