Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions maintain-tidb-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,10 @@ grafana_servers:
use_vm_as_datasource: true
```

3. 重新加载配置使其生效
3. 重新加载配置,使 Prometheus 和 Grafana 上的变更生效

```bash
tiup cluster reload ${cluster-name} -R prometheus
tiup cluster reload ${cluster-name} -R prometheus,grafana
```

#### 删除 Prometheus 旧数据目录
Expand Down
Loading