-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add more Dashboard docs #3440
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 more Dashboard docs #3440
Conversation
Signed-off-by: Breezewish <me@breeswish.org>
Signed-off-by: Breezewish <me@breeswish.org>
Signed-off-by: Breezewish <me@breeswish.org>
Signed-off-by: Breezewish <me@breeswish.org>
Signed-off-by: Breezewish <me@breeswish.org>
|
I'll review this PR on Jun 3. |
Signed-off-by: Breezewish <me@breeswish.org>
| > 修改完成后的配置文件类似于: | ||
| > | ||
| > ```yaml | ||
| > server_configs: | ||
| > pd: | ||
| > dashboard.public-path-prefix: /foo | ||
| > global: | ||
| > user: tidb | ||
| > ... | ||
| > ``` | ||
| > | ||
| > 或 | ||
| > | ||
| > ```yaml | ||
| > monitored: | ||
| > ... | ||
| > server_configs: | ||
| > tidb: ... | ||
| > tikv: ... | ||
| > pd: | ||
| > dashboard.public-path-prefix: /foo | ||
| > ... | ||
| > ``` |
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 > character is unnecessary? Suggest removing them.
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.
它们主要是用作补充说明,便于用户校对修改是否正确,应该问题不大
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.
@breeswish 通常建议格式尽量简单,以确保官网解析正常。可以观察下,如果在官网格式错乱了,就请删掉这些字符。 @TomShawn 英文版里不必留这些字符。
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.
好的
|
@breeswish I added a commit 89607b4 to update wording and format. FYI. |
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.
Thanks for the help! Mostly LGTM
|
@HunDunDM PTAL |
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.
rest LGTM
Co-authored-by: 混沌DM <hundundm@gmail.com>
Signed-off-by: Breezewish <me@breeswish.org>
Signed-off-by: Breezewish <me@breeswish.org>
Signed-off-by: Breezewish <me@breeswish.org>
Signed-off-by: Breezewish <me@breeswish.org>
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
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.
Image issue: text in dashboard-slow-queries-detail1.png is covered by a red line, like strikethrough. Could you please optimize it?
Rest LGTM
Signed-off-by: Breezewish <me@breeswish.org>
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
|
/merge |
|
/run-all-tests |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
|
cherry pick to release-4.0 in PR #3502 |
Signed-off-by: Breezewish me@breeswish.org
What is changed, added or deleted? (Required)
Added the following new documentations for TiDB Dashboard, to make content more complete:
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?