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 @@ -412,10 +412,10 @@ After confirming that the old metrics have expired, you can perform the followin
use_vm_as_datasource: true
```

3. Reload the configuration to apply the changes:
3. Reload the configuration to apply the changes to Prometheus and Grafana:

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

#### Remove expired data directories
Expand Down