mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 03:32:37 -06:00
Alerting docs: fixes alt text errors (#91336)
This commit is contained in:
parent
8c43b9ec2f
commit
e7a9a9c161
@ -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:
|
||||
|
||||
|
@ -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" >}}
|
||||
|
Loading…
Reference in New Issue
Block a user