例如需要筛选数据表中“age”字段在(18, 60]区间范围内的数据时,where条件可设置为如下内容:age > 18 and age <= 60 where条件还支持输入为SQL动态表达式,例如当需要根据“time”字段筛选数据表中24小时前的数据时,where条件可设置为如下内容: time >= (date_trunc('hour', now()) - interval '24 h') and time <= (date_trunc('hour', now())) 告警条件 告警表达式
400InvalidTopologyContentThe content of the topology is not compliant....内容解析错误。400InsufficientPathThe base storage pool must have at least one disk path.基础存储池至少要有一个数据目录。