From ad9312b746014a6c0601d9bb180e675bbaeb3a2f Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:12:26 -0500 Subject: [PATCH] [release-12.0.3] docs(alerting): clarify usage of different Alertmanagers and fix misleading details (#107542) docs(alerting): clarify usage of different Alertmanagers and fix misleading details (#107498) * docs(alerting): clarify usage of different Alertmanagers and fix misleading details * address review changes (cherry picked from commit 61efc8b60994e315fd6ae023b55c02f149a71421) Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com> --- docs/sources/alerting/set-up/configure-alertmanager/_index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sources/alerting/set-up/configure-alertmanager/_index.md b/docs/sources/alerting/set-up/configure-alertmanager/_index.md index e5dfa375c4f..608e295ca2f 100644 --- a/docs/sources/alerting/set-up/configure-alertmanager/_index.md +++ b/docs/sources/alerting/set-up/configure-alertmanager/_index.md @@ -60,8 +60,6 @@ Grafana can be configured to handle alert notifications using various Alertmanag The Cloud Alertmanager is available exclusively in Grafana Cloud and can handle both Grafana-managed and data source-managed alerts. - Some Grafana Cloud services, such as **Kubernetes Monitoring** and **Synthetic Monitoring** use the Cloud Alertmanager to create and manage alerts. - - **Other Alertmanagers**: Grafana Alerting also supports sending alerts to other Alertmanagers, such as the [Prometheus Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/), which can handle both Grafana-managed and data source-managed alerts. Grafana Alerting supports using a combination of Alertmanagers and can [enable other Alertmanagers to receive Grafana-managed alerts](#enable-an-alertmanager-to-receive-grafana-managed-alerts). The decision often depends on your alerting setup and where your alerts are generated.