Error Report
- What is the URL/path of the document related to this issue?
Same issue as #23818, but for the release-8.5 branch specifically:
- How would you like to improve it?
Confirmed the same 5 panel/dashboard-name mismatches described in #23818 are also present on the release-8.5 branch:
- The TiKV monitoring dashboard's real title is
TiKV-Details (hyphenated, both words capitalized — confirmed via the dashboard JSON's own title field in pingcap/monitoring, e.g. Test-Cluster-TiKV-Details). On release-8.5:
tikv-configuration-file.md (max-background-gc config item): "TiKV Details" (space instead of hyphen)
troubleshoot-cpu-issues.md: "TiKV-details" (lowercase "d"), 2 occurrences
best-practices/massive-regions-best-practices.md says the panel is "Thread-CPU" (hyphenated), but the real panel title in tikv_details.json is "Thread CPU" (space, no hyphen).
alert-rules.md (the section starting "For versions earlier than v3.0...") says "Raft propose" (lowercase "propose"), but the real panel title in tikv_details.json is "Raft Propose" (capitalized). A sibling section earlier in the same file already correctly says "Raft Propose".
grafana-performance-overview-dashboard.md lists a panel bullet as "Execution Duration", but the real panel title in performance_overview.json is "Execute Duration" — matching the section's own heading ("Parse Duration, Compile Duration, and Execute Duration") just above it.
Please apply the same fix to release-8.5 as whatever fix lands for #23818 on master, since these files have diverged content between the branches (e.g. troubleshoot-cpu-issues.md has more instances of the TiKV-details typo on master than on release-8.5).
(Found while reviewing the Japanese translation of these pages on the i18n-ja-release-8.5 branch — the JA translations have already been corrected to match the real panel names, ahead of this EN fix.)
Error Report
Same issue as #23818, but for the
release-8.5branch specifically:tikv-configuration-file.md)troubleshoot-cpu-issues.md)alert-rules.md)best-practices/massive-regions-best-practices.md)grafana-performance-overview-dashboard.md)Confirmed the same 5 panel/dashboard-name mismatches described in #23818 are also present on the
release-8.5branch:TiKV-Details(hyphenated, both words capitalized — confirmed via the dashboard JSON's owntitlefield inpingcap/monitoring, e.g.Test-Cluster-TiKV-Details). Onrelease-8.5:tikv-configuration-file.md(max-background-gcconfig item): "TiKV Details" (space instead of hyphen)troubleshoot-cpu-issues.md: "TiKV-details" (lowercase "d"), 2 occurrencesbest-practices/massive-regions-best-practices.mdsays the panel is "Thread-CPU" (hyphenated), but the real panel title intikv_details.jsonis"Thread CPU"(space, no hyphen).alert-rules.md(the section starting "For versions earlier than v3.0...") says "Raft propose" (lowercase "propose"), but the real panel title intikv_details.jsonis"Raft Propose"(capitalized). A sibling section earlier in the same file already correctly says "Raft Propose".grafana-performance-overview-dashboard.mdlists a panel bullet as "Execution Duration", but the real panel title inperformance_overview.jsonis"Execute Duration"— matching the section's own heading ("Parse Duration, Compile Duration, and Execute Duration") just above it.Please apply the same fix to
release-8.5as whatever fix lands for #23818 on master, since these files have diverged content between the branches (e.g.troubleshoot-cpu-issues.mdhas more instances of theTiKV-detailstypo onmasterthan onrelease-8.5).(Found while reviewing the Japanese translation of these pages on the
i18n-ja-release-8.5branch — the JA translations have already been corrected to match the real panel names, ahead of this EN fix.)