mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
Alerting: Fix the table markdown docs (#36901)
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
This commit is contained in:
parent
c7c776c642
commit
5806c66825
@ -107,10 +107,10 @@ Labels are key value pairs that categorize or identify an alert. Labels are use
|
||||
|
||||
The following template variables are available when expanding annotations and labels.
|
||||
|
||||
/ Name / Description /
|
||||
/ ------- / --------------- /
|
||||
/ $labels / Labels contains the labels from the query or condition. For example, `{{ $labels.instance }}` and `{{ $labels.job }}`. /
|
||||
/ $values / Values contains the values of all reduce and math expressions that were evaluated for this alert rule. For example, `{{ $values.A }}`, `{{ $values.A.Labels }}` and `{{ $values.A.Value }}` where `A` is the `refID` of the expression. /
|
||||
| Name | Description |
|
||||
| ------- | --------------- |
|
||||
| $labels | Labels contains the labels from the query or condition. For example, `{{ $labels.instance }}` and `{{ $labels.job }}`. |
|
||||
| $values | Values contains the values of all reduce and math expressions that were evaluated for this alert rule. For example, `{{ $values.A }}`, `{{ $values.A.Labels }}` and `{{ $values.A.Value }}` where `A` is the `refID` of the expression. |
|
||||
|
||||
## Preview alerts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user