File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,13 @@ or Slack channel).
76
76
capability to Aether OnRamp (so it is available to anyone that
77
77
wants to operate Aether) is pending.
78
78
79
- To add an alert for a component, create a
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;
82
- if the expression is true for the time indicated, then the alert is raised. Once the PrometheusRule
83
- resource is instantiated, the cluster's Prometheus will pick up the rule and start evaluating it.
79
+ To add an alert for a component, create a *PrometheusRule * custom
80
+ resource, for example in the Helm chart that deploys the component.
81
+ This resource describes one or more rules using Prometheus
82
+ expressions; if the expression is true for the time indicated, then
83
+ the alert is raised. Once the PrometheusRule resource is instantiated,
84
+ the cluster's Prometheus will pick up the rule and start evaluating
85
+ it.
84
86
85
87
The Alertmanager is configured to send alerts with *critical * or *warning * severity to e-mail and Slack channels
86
88
monitored by Aether OPs staff. If it is desirable to route a specific alert to a different receiver
You can’t perform that action at this time.
0 commit comments