From 33db776c9119ee83ae67ccc76c8d3a0d83a09430 Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Thu, 23 May 2024 18:07:52 +0200 Subject: [PATCH] Alerting docs: fixes missing `alt` attributes (#88235) * Fix missing `alt` text in images * Fix `canonical` setting in AlertManager docs * Fix `.`(dot) position in hyperlinks due to a temporary styling issue * Revert "Fix `canonical` setting in AlertManager docs" This reverts commit 65354b36422024e09709e5f5640d646b1cad75e0. --- .../alerting-rules/create-grafana-managed-rule.md | 2 +- .../fundamentals/alert-rule-evaluation/_index.md | 4 ++-- .../alert-rule-evaluation/state-and-health.md | 14 +++++++------- .../fundamentals/alert-rules/queries-conditions.md | 4 ++-- .../declare-incident-from-alert.md | 2 +- .../export-alerting-resources/index.md | 14 +++++++------- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md b/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md index cebdaa85819..e7d0abc953e 100644 --- a/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md +++ b/docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md @@ -235,7 +235,7 @@ Annotations add metadata to provide more information on the alert in your alert In **Configure no data and error handling**, you can define the alerting behavior when the evaluation returns no data or an error. -For details about alert states, refer to [lifecycle of alert instances.](ref:alert-instance-state) +For details about alert states, refer to [lifecycle of alert instances](ref:alert-instance-state). You can configure the alert instance state when its evaluation returns no data: diff --git a/docs/sources/alerting/fundamentals/alert-rule-evaluation/_index.md b/docs/sources/alerting/fundamentals/alert-rule-evaluation/_index.md index bcfff985f7a..d9ac8005a4e 100644 --- a/docs/sources/alerting/fundamentals/alert-rule-evaluation/_index.md +++ b/docs/sources/alerting/fundamentals/alert-rule-evaluation/_index.md @@ -29,7 +29,7 @@ The criteria determining when an alert rule fires are based on two settings: - [Evaluation group](#evaluation-group): how frequently the alert rule is evaluated. - [Pending period](#pending-period): how long the condition must be met to start firing. -{{< figure src="/media/docs/alerting/alert-rule-evaluation.png" max-width="750px" caption="Set alert rule evaluation" >}} +{{< figure src="/media/docs/alerting/alert-rule-evaluation.png" max-width="750px" alt="Set the evaluation behavior of the alert rule in Grafana." caption="Set alert rule evaluation" >}} ## Evaluation group @@ -57,7 +57,7 @@ Keep in mind: - Alert instances from the same alert rule may be in different states. For instance, only one observed machine might start firing. - Only **Alerting** and **Resolved** alert instances are routed to manage their notifications. -{{< figure src="/media/docs/alerting/alert-rule-evaluation-overview-statediagram-v2.png" max-width="750px" >}} +{{< figure src="/media/docs/alerting/alert-rule-evaluation-overview-statediagram-v2.png" alt="A diagram of the alert instance states and when to route their notifications." max-width="750px" >}}