From 8ed4cfb41afa9e6c1c96d299ef5a692871e38734 Mon Sep 17 00:00:00 2001 From: Casie Chen Date: Mon, 9 Dec 2024 13:22:36 -0800 Subject: [PATCH] Add link to Prometheus docs on 2.0 -> 3.0 --- docs/sources/mimir/release-notes/v2.15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/mimir/release-notes/v2.15.md b/docs/sources/mimir/release-notes/v2.15.md index 87b47a6fc67..1f46d7714bd 100644 --- a/docs/sources/mimir/release-notes/v2.15.md +++ b/docs/sources/mimir/release-notes/v2.15.md @@ -56,7 +56,7 @@ The following alertmanager metrics are not exported for a `user` when the metric - `cortex_alertmanager_alerts` - `cortex_alertmanager_silences` -PromQL compatibility has been upgraded from Prometheus 2.0 to 3.0. The following has changed as a result: +PromQL compatibility has been upgraded from Prometheus 2.0 to 3.0. More details can be found in the [Prometheus documentation](https://prometheus.io/docs/prometheus/3.0/migration/#promql). The following changes are of note: - The `.` pattern in regular expressions in PromQL now matches newline characters. - Lookback and range selectors are left open and right closed (previously left closed and right closed).