Skip to content

Commit

Permalink
TiDB Dashboard: Add help for ngm using TiUP Playground (#8921) (#8953)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jun 14, 2022
1 parent 53e5870 commit 2ed85f8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dashboard/dashboard-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,20 @@ Deploy the NgMonitoring component by following instructions in the [Enable Conti

</details>

<details>
<summary>Clusters Started using TiUP Playground</summary>

When starting the cluster, TiUP Playground (>= v1.8.0) automatically starts the NgMonitoring component. To update TiUP Playground to the latest version, run the following command:

{{< copyable "shell-regular" >}}

```shell
tiup update --self
tiup update playground
```

</details>

### An `unknown field` error is shown on the **Slow Queries** page

If the `unknown field` error appears on the **Slow Queries** page after the cluster upgrade, the error is related to a compatibility issue caused by the difference between TiDB Dashboard server fields (which might be updated) and user preferences fields (which are in the browser cache). This issue has been fixed. If your cluster is earlier than v5.0.3 or v4.0.14, perform the following steps to clear your browser cache:
Expand Down

0 comments on commit 2ed85f8

Please sign in to comment.