Skip to content
Merged
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
3 changes: 1 addition & 2 deletions maintain-tidb-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ The destroy operation stops the services and clears the data directory and deplo
tiup cluster destroy ${cluster-name}
```

<!-- ## Switch from Prometheus to VictoriaMetrics
## Switch from Prometheus to VictoriaMetrics

In large-scale clusters, Prometheus might encounter performance bottlenecks when handling a large number of instances. Starting from TiUP v1.16.3, TiUP supports switching the monitoring component from Prometheus to VictoriaMetrics (VM) to provide better scalability, higher performance, and lower resource consumption.

Expand Down Expand Up @@ -433,4 +433,3 @@ After confirming that the old metrics have expired, you can perform the followin
```bash
rm -rf /tidb-data/prometheus-8249
```
-->
Loading