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

Select the TDengine data type and input the query statement, such as querying server CPU utilization as shown below:

Query the maximum memory usage percentage in the last hour SELECT MAX(used_percent) FROM telegraf.mem WHERE _ts > NOW - 1h;

Query the lowest memory availability percentage in the last 30 minutes SELECT _ts, MIN(available_percent) FROM telegraf.mem WHERE _ts > NOW - 30m GROUP BY _ts ORDER BY MIN(available_percent) ASC LIMIT 1;

Query the top 10 memory usage data points SELECT _ts, used, available_percent FROM telegraf.mem ORDER BY _ts DESC LIMIT 10;

开源版
Flashcat
Flashduty