From a5b29aed29410289825e8d80ed711f305158786a Mon Sep 17 00:00:00 2001 From: gotjosh Date: Tue, 23 Nov 2021 17:41:48 +0000 Subject: [PATCH] Alerting: Document Alertmanager/Prometheus versions we support (#42160) * Alerting: Document Prometheus/Alertmanagers versions we support * Illustrate with an example --- docs/sources/alerting/unified-alerting/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/alerting/unified-alerting/_index.md b/docs/sources/alerting/unified-alerting/_index.md index 8c993bd4092..7fec84ca8d1 100644 --- a/docs/sources/alerting/unified-alerting/_index.md +++ b/docs/sources/alerting/unified-alerting/_index.md @@ -23,3 +23,4 @@ Before you begin using Grafana 8 alerting, we recommend that you familiarize you ## Limitations - The Grafana 8 alerting system can retrieve rules from all available Prometheus, Loki, and Alertmanager data sources. It might not be able to fetch rules from other supported data sources. +- Our aim is to support the latest two [minor](https://semver.org/) versions of both Prometheus and Alertmanager, older versions might work without any guarantees. As an example, if the current Prometheus version is `2.31.1`, we would support `>= 2.29.0`.