Alerting: Document Alertmanager/Prometheus versions we support (#42160)

* Alerting: Document Prometheus/Alertmanagers versions we support

* Illustrate with an example
This commit is contained in:
gotjosh 2021-11-23 17:41:48 +00:00 committed by GitHub
parent 934e4ad3af
commit a5b29aed29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,3 +23,4 @@ Before you begin using Grafana 8 alerting, we recommend that you familiarize you
## Limitations ## 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. - 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`.