xiaotao112000 opened a new issue, #3784: URL: https://github.com/apache/hertzbeat/issues/3784
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior 新增实时阈值规则 1、指标类型选择 Kubernetes/Pod 2、最终总表达式: equals(__app__,"kubernetes") && equals(__metrics__,"pods") && equals(__instance__, "554840282830848") && equals(status, "Failed") 3、数据60s采集一次,5分钟后没有产生告警 ### Expected Behavior 对上述的阈值配置产生对应的告警内容,每个符合条件的nodes、namespaces、pods、services应该都产生告警内容 ### Steps To Reproduce _No response_ ### Environment ```markdown HertzBeat version(s): ``` ### Debug logs _No response_ ### Anything else? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org
