'How to delete the monitoring data of a cluster node that is offline?
I have deployed TiDB in our production environment. I want to know how to delete the monitoring data of a cluster node that is offline.
Solution 1:[1]
The offline node usually indicates the TiKV node. You can determine whether the offline process is finished by the pd-ctl or the monitor. After the node is offline, perform the following steps:
- Manually stop the relevant services on the offline node.
- Delete the
node_exporterdata of the corresponding node from the Prometheus configuration file. - Delete the data of the corresponding node from Ansible
inventory.ini.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Caitin Chen |
