From a5afd8152d03a10ba8adeb1475872d3aaf9c1472 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Mon, 3 Jul 2017 21:32:12 +0200 Subject: [PATCH] docs: small update --- docs/sources/reference/templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/templating.md b/docs/sources/reference/templating.md index c6dfa9902bd..b2346903132 100644 --- a/docs/sources/reference/templating.md +++ b/docs/sources/reference/templating.md @@ -163,7 +163,7 @@ For example, when the time range is 1 hour and the graph is full screen, then th In the InfluxDB data source, the legacy variable `$interval` is the same variable. `$__interval` should be used instead. -The InfluxDB and Elasticsearch data sources have `Group by time interval` fields that are used as the minimum limit for the `$__interval` variable. +The InfluxDB and Elasticsearch data sources have `Group by time interval` fields that are used to hard code the interval or to set the minimum limit for the `$__interval` variable (by using the `>` syntax -> `>10m`). ### The $__interval_ms Variable