Prometheus Record介绍
待更新。
https://yunlzheng.gitbook.io/prometheus-book/parti-prometheus-ji-chu/alert/prometheus-recoding-rules
1 | apiVersion: monitoring.coreos.com/v1 |
Prometheus Rule 或 Record 是怎么被绑定的?
1 | kubectl get prometheus -n monitoring k8s -oyaml |
这就需要查看我们创建的 prometheus 这个资源对象了,里面有非常重要的一个属性 ruleSelector,用来匹配 rule 规则的过滤器,要求匹配具有 prometheus=k8s 和 role=alert-rules 标签的 PrometheusRule 资源对象,现在明白了吧?
参考博客:
prometheusRule创建后,如何在prometheus容器/etc/prometheus/rules/prometheus-k8s-rulefiles-0目录下生成yaml文件的?
我们创建一个 PrometheusRule 资源对象后,会自动在上面的 prometheus-k8s-rulefiles-0 目录下面生成一个对应的<namespace>-<name>.yaml
文件。
点关注,不迷路
好了各位,以上就是这篇文章的全部内容了,能看到这里的人呀,都是人才。
白嫖不好,创作不易。各位的支持和认可,就是我创作的最大动力,我们下篇文章见!
如果本篇博客有任何错误,请批评指教,不胜感激 !
原文作者: create17
原文链接: https://841809077.github.io/2022/05/28/Prometheus/prometheus-operator/prometheusrule-record.html
版权声明: 转载请注明出处(码字不易,请保留作者署名及链接,谢谢配合!)