Skip to main content

Operations and Maintenance

This chapter mainly introduces how to plan, deploy, maintain, and monitor the TDengine cluster.

๐Ÿ“„๏ธ Monitoring Your Cluster

To ensure stable operation of the cluster, TDengine integrates various monitoring metrics collection mechanisms and summarizes them through taosKeeper. taosKeeper is responsible for receiving these data and writing them into a separate TDengine instance, which can remain independent of the monitored TDengine cluster. The two core components of TDengine, taosd (database engine) and taosX (data access platform), both implement runtime monitoring through the same monitoring architecture, but their monitoring metrics are designed differently.