-
Notifications
You must be signed in to change notification settings - Fork 709
Update Key Visualizer doc #2698
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
Conversation
|
Please help review this PR, thanks~ @CaitinChen |
Co-authored-by: Caitin <34535727+CaitinChen@users.noreply.github.com>
CaitinChen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
HunDunDM
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to use dashboard-key-visualizer.md instead of key-visualizer-monitoring-tool.md to keep the file name unified with docs-cn?
| > **Note:** | ||
| > | ||
| > + If multiple PD instances exist, you can use any PD instance address to access TiDB Dashboard. | ||
| > + By default, `PDPort` is `2379`. If you have modified the corresponding PD parameter during deployment, use the modified PD port. | ||
| > + You need to use the `root` account of TiDB to log into TiDB Dashboard. | ||
| > The Key Visualizer feature is disabled by default. If you use this feature for the first time, You need to manually enable it. To enable this feature, follow the interface guide or see the [Settings](#settings) section of this document. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feature is currently enabled by default, please delete this part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted.
| ### Evenly distributed workload | ||
|
|
||
|  | ||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|  | |
|  |
|
@HunDunDM Comment addressed, PTAL again, thanks! |
HunDunDM
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
/run-all-tests |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
|
cherry pick to release-4.0 in PR #2740 |
What is changed, added or deleted? (Required)
Update Key Visualizer doc.
This PR must be merged after #2655.
Which TiDB version(s) do your changes apply to? (Required)
If you select two or more versions from above, to trigger the bot to cherry-pick this PR to your desired release version branch(es), you must add corresponding labels such as needs-cherry-pick-4.0, needs-cherry-pick-3.1, needs-cherry-pick-3.0, and needs-cherry-pick-2.1.
What is the related PR or file link(s)?