1.聚合运算
- sum()
- count()
- avg()
- min()
- max()
2.数学运算
- +
- -
- *
- /
- % 取模
- ^
3.常用符号
- = 等于
- =~ 模糊查询
#统计所有以"-pa-mgr-prometheus"结尾的指标的数量
count(process_update_seconds{namespace="afp",service=".*-pa-mgr-prometheus$"})
标签:mgr,prometheus,---,PromQL,Prometheus,pa
From: https://www.cnblogs.com/hujunwei/p/17811913.html