File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,8 @@ or Slack channel).
77
77
wants to operate Aether) is pending.
78
78
79
79
To add an alert for a component, create a
80
- `PrometheusRule <https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/alerting.md >`_
81
- custom resource, for example in the Helm chart that deploys the component. This resource describes one or
82
- more `rules <https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/ >`_ using Prometheus expressions;
80
+ *PrometheusRule * custom resource, for example in the Helm chart that deploys the component. This resource describes one or
81
+ more rules using Prometheus expressions;
83
82
if the expression is true for the time indicated, then the alert is raised. Once the PrometheusRule
84
83
resource is instantiated, the cluster's Prometheus will pick up the rule and start evaluating it.
85
84
You can’t perform that action at this time.
0 commit comments