夜莺-Nightingale
夜莺V6
项目介绍 架构介绍
快速开始
黄埔营
安装部署
升级
采集器
使用手册
API
数据库表结构
FAQ
开源生态
Prometheus
版权声明
第1章:天降奇兵
第2章:探索PromQL
第3章:Prometheus告警处理
第4章:Exporter详解
第5章:数据与可视化
第6章:集群与高可用
第7章:Prometheus服务发现
第8章:监控Kubernetes
第9章:Prometheus Operator
参考资料

Integrating TDengine Data Source

Fill in the connection address and authentication user information on the TDengine configuration page.

TDengine Configuration

  • URL: Enter the address of the taosAdapter connection port here. The default port is 6041.

    taosAdapter is a supporting tool for TDengine, serving as an adapter between the TDengine cluster and applications. The RESTful API of TDengine is also provided by taosAdapter, so ensure that taosAdapter is deployed and running correctly before using the RESTful API.

  • Username & Password: You need to create a username and password with the appropriate permissions in advance. Below is the command to create a user:

taos> create user test pass '123456' sysinfo 1;
Query OK, 0 of 0 rows affected (0.001254s)

Querying Data

In the real-time query, select the TDengine data source, and use TDengine query statements to retrieve data. For example, to query the last 10 records of diskio, use the following command: select * from telegraf.diskio limit 10;, as shown in the image below.

TDengine Query

开源版
Flashcat
Flashduty