From eed5ff5d7495c0186aba4bc933f847e23026e1e1 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:02:30 +0200 Subject: [PATCH] [v10.1.x] Fix incorrect example for PanelURL in template docs (#77770) Fix incorrect example for PanelURL in template docs (#77755) (cherry picked from commit f7c49095535338d08e95b2b3b32c7a210fccb45d) Co-authored-by: George Robinson --- .../manage-notifications/template-notifications/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/alerting/manage-notifications/template-notifications/reference.md b/docs/sources/alerting/manage-notifications/template-notifications/reference.md index dbf3d2a5cf3..80476a1cf0f 100644 --- a/docs/sources/alerting/manage-notifications/template-notifications/reference.md +++ b/docs/sources/alerting/manage-notifications/template-notifications/reference.md @@ -32,7 +32,7 @@ weight: 400 | GeneratorURL | `string` | A link to Grafana, or the Alertmanager if using an external Alertmanager | `{{ .GeneratorURL }}` | | SilenceURL | `string` | A link to silence the alert | `{{ .SilenceURL }}` | | DashboardURL | `string` | A link to the Grafana Dashboard if the alert has a Dashboard UID annotation | `{{ .DashboardURL }}` | -| PanelURL | `string` | A link to the panel if the alert has a Panel ID annotation | `{{ .PanelID }}` | +| PanelURL | `string` | A link to the panel if the alert has a Panel ID annotation | `{{ .PanelURL }}` | | Fingerprint | `string` | A unique string that identifies the alert | `{{ .Fingerprint }}` | | ValueString | `string` | A string that contains the labels and value of each reduced expression in the alert. | `{{ .ValueString }}` |