From 45cf342b0d1f1f12254fad1a0c22bdb233b8e96e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Fri, 12 Feb 2021 15:21:59 +0100 Subject: [PATCH] Update prometheus.md (#31173) Exemplars won't make it to the 2.25 release. --- docs/sources/datasources/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/prometheus.md b/docs/sources/datasources/prometheus.md index 372ceb29067..a502d4c78e6 100644 --- a/docs/sources/datasources/prometheus.md +++ b/docs/sources/datasources/prometheus.md @@ -212,7 +212,7 @@ If you are running Grafana in an Amazon EKS cluster, follow the AWS guide to [Qu ## Exemplars -> **Note:** This feature is available in Prometheus 2.25+ and Grafana 7.4+. +> **Note:** This feature is available in Prometheus 2.26+ and Grafana 7.4+. Grafana 7.4 and later versions have the capability to show exemplars data alongside a metric both in Explore and Dashboards. Exemplars are a way to associate higher cardinality metadata from a specific event with traditional timeseries data.