From e7a9a9c16141b0f3948117e0ed58f189b50d528e Mon Sep 17 00:00:00 2001 From: brendamuir <100768211+brendamuir@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:18:36 +0200 Subject: [PATCH] Alerting docs: fixes alt text errors (#91336) --- .../alerting/fundamentals/alert-rules/annotation-label.md | 2 +- docs/sources/alerting/manage-notifications/view-state-health.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/sources/alerting/fundamentals/alert-rules/annotation-label.md b/docs/sources/alerting/fundamentals/alert-rules/annotation-label.md index 59fa9ba0e22..270b45d563c 100644 --- a/docs/sources/alerting/fundamentals/alert-rules/annotation-label.md +++ b/docs/sources/alerting/fundamentals/alert-rules/annotation-label.md @@ -68,7 +68,7 @@ Examples of labels are `server=server1` or `team=backend`. Each alert rule can h For example, an alert instance might have the label set `{alertname="High CPU usage",server="server1"}` while another alert instance might have the label set `{alertname="High CPU usage",server="server2"}`. These are two separate alert instances because although their `alertname` labels are the same, their `server` labels are different. -{{< figure alt="Image shows an example of an alert instance and its labels" src="/static/img/docs/alerting/unified/multi-dimensional-alert.png" >}} +{{< figure alt="Image shows an example of an alert instance and the labels used on the alert instance." src="/static/img/docs/alerting/unified/multi-dimensional-alert.png" >}} Labels are a fundamental component of alerting: diff --git a/docs/sources/alerting/manage-notifications/view-state-health.md b/docs/sources/alerting/manage-notifications/view-state-health.md index e01ac778929..15397d14ae2 100644 --- a/docs/sources/alerting/manage-notifications/view-state-health.md +++ b/docs/sources/alerting/manage-notifications/view-state-health.md @@ -111,5 +111,3 @@ To access the State history view, complete the following steps. The value shown for each instance is for each part of the expression that was evaluated. 1. Click the labels to filter and narrow down the results. - - {{< figure src="/media/docs/alerting/state-history.png" max-width="750px" >}}