From 70a371fa1143dde2a2fc9292cd1d92df32785ac9 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 4 Jan 2022 00:56:05 +0100 Subject: [PATCH] [v8.3.x] Docs: Added note that alert notifications no longer include images (#43636) * added note that notifications no longer include images. (#43635) (cherry picked from commit 88bc47441f75b5956023be0b1f79c371420cdcdd) * Ran prettier to fix formatting. Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana --- docs/sources/alerting/unified-alerting/difference-old-new.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/alerting/unified-alerting/difference-old-new.md b/docs/sources/alerting/unified-alerting/difference-old-new.md index 282067217f4..a5875ab4a1c 100644 --- a/docs/sources/alerting/unified-alerting/difference-old-new.md +++ b/docs/sources/alerting/unified-alerting/difference-old-new.md @@ -17,6 +17,8 @@ You can now create alerts that give you system-wide visibility with a single ale Unlike legacy dashboard alerts, Grafana alerts allow you to create queries and expressions that combine data from multiple sources in unique ways. You can still link dashboards and panels to alerting rules using their ID and quickly troubleshoot the system under observation. +Since unified alerts are no longer directly tied to panel queries, they do not include images or query values in the notification email. You can use customized notification templates to view query values. + ## Create Loki and Cortex alerting rules In Grafana alerting, you can manage Loki and Cortex alerting rules using the same UI and API as your Grafana managed alerts.