From ad308524bcd8992852c5c62b594eb476f55bb7ba Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 24 Nov 2021 04:44:03 -0500 Subject: [PATCH] Alerting: Document Alertmanager/Prometheus versions we support (#42160) (#42161) * Alerting: Document Prometheus/Alertmanagers versions we support * Illustrate with an example (cherry picked from commit a5b29aed29410289825e8d80ed711f305158786a) Co-authored-by: gotjosh --- 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`.