浏览代码

docs: small update

Daniel Lee 8 年之前
父节点
当前提交
a5afd8152d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/reference/templating.md

+ 1 - 1
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