From d0074b25db989f583ee1b03e42cc2765cd6781a1 Mon Sep 17 00:00:00 2001 From: Mitsuhiro Tanda Date: Wed, 20 Jan 2016 18:30:17 +0900 Subject: [PATCH] (prometheus) add explanation about incompatibility of metric find query --- docs/sources/datasources/prometheus.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/datasources/prometheus.md b/docs/sources/datasources/prometheus.md index 61f6c0d66e8..a7959a41c51 100644 --- a/docs/sources/datasources/prometheus.md +++ b/docs/sources/datasources/prometheus.md @@ -51,6 +51,8 @@ Name | Description For details of `metric names` & `label names`, and `label values`, please refer to the [Prometheus documentation](http://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). +> Note: The part of queries is incompatible with the version before 2.6, if you specify like `foo.*`, please change like `metrics(foo.*)`. + You can create a template variable in Grafana and have that variable filled with values from any Prometheus metric exploration query. You can then use this variable in your Prometheus metric queries.