-
Notifications
You must be signed in to change notification settings - Fork 709
Add Dashboard Access and Profiling Page #2655
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
breezewish
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.
pingcap/docs-cn#3440 made some little changes to the Access page. Do we need to wait for that PR being merged first?
OK |
|
@breeswish, @lilin90, PTAL. |
|
@breeswish, @lilin90, PTAL. |
|
@breeswish I'll create another PR to align the changes made in pingcap/docs-cn#3440. Can we merge this PR first? coz several Dashboard en PRs cannot be merged until this one is merged. All changes of images are in this PR. PTAL again, thanks! |
Co-authored-by: Wenxuan <hi@breeswish.org>
| > **Note:** | ||
| > | ||
| > If you have deployed multiple PD components in your cluster, you can use the address of only one PD component to access TiDB Dashboard, because the Dashboard operates on only one PD component. If you access via other PD components, your browser is redirected to that PD component. Therefore, if the firewall is not configured for this instance on which PD operates, you might not be able to access TiDB Dashboard. |
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.
Please check the latest Chinese version and update it.
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.
The updated part contains links of several documents added in pingcap/docs-cn#3440. For convenience, I'll update the change made to dashboard-access.md in another PR together with those newly added documents.
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.
Got it.
Co-authored-by: Lilian Lee <lilin@pingcap.com>
lilin90
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 #2731 |
Signed-off-by: sre-bot <sre-bot@pingcap.com> Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
What is changed, added or deleted? (Required)
Add TiDB Dashboard Overview and Instance Profiling Page.
I'll add all TiDB Dashboard related documents in TOC when most of them are merged into docs.
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)?