From 26a01c42a6a5dd4d78fec0193a5b35a7453f8d40 Mon Sep 17 00:00:00 2001 From: brendamuir <100768211+brendamuir@users.noreply.github.com> Date: Fri, 24 May 2024 15:01:15 +0200 Subject: [PATCH] Alerting docs: adds settings feature (#88294) * Alerting docs: adds settings feature * ran prettier --- .../alerting/set-up/configure-alertmanager/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/sources/alerting/set-up/configure-alertmanager/index.md b/docs/sources/alerting/set-up/configure-alertmanager/index.md index 6c5d1a97a62..cc8edc3731d 100644 --- a/docs/sources/alerting/set-up/configure-alertmanager/index.md +++ b/docs/sources/alerting/set-up/configure-alertmanager/index.md @@ -44,3 +44,11 @@ To add an external Alertmanager, complete the following steps. **Note:** Prometheus, Grafana Mimir, and Cortex implementations of Alertmanager are supported. For Prometheus, contact points and notification policies are read-only in the Grafana Alerting UI. 1. Click **Save & test**. + +{{< admonition type="note" >}} +On the Settings page, you can manage your Alertmanager configurations and configure where Grafana-managed alert instances are forwarded. + +- Manage which Alertmanagers receive alert instances from Grafana-managed rules without navigating and editing data sources. +- Manage version snapshots for the built-in Alertmanager, which allows administrators to roll back unintentional changes or mistakes in the Alertmanager configuration. +- Compare the historical snapshot with the latest configuration to see which changes were made. + {{< /admonition >}}