Skip to content

Commit

Permalink
fixed broken link
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Peterson <[email protected]>
  • Loading branch information
llpeterson committed Jan 7, 2025
1 parent d06e1a6 commit 6b0ff24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions developer/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ or Slack channel).
wants to operate Aether) is pending.

To add an alert for a component, create a
`PrometheusRule <https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/alerting.md>`_
custom resource, for example in the Helm chart that deploys the component. This resource describes one or
more `rules <https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/>`_ using Prometheus expressions;
*PrometheusRule* custom resource, for example in the Helm chart that deploys the component. This resource describes one or
more rules using Prometheus expressions;
if the expression is true for the time indicated, then the alert is raised. Once the PrometheusRule
resource is instantiated, the cluster's Prometheus will pick up the rule and start evaluating it.

Expand Down

0 comments on commit 6b0ff24

Please sign in to comment.