Docs: Organize variables (#26738)

* Moved files to folder and updated links

* fixed links

* Update _index.md

* Update templates-and-variables.md
This commit is contained in:
Diana Payton
2020-08-03 09:10:27 -07:00
committed by GitHub
parent 0e3b4e8ccc
commit 0706ec5d00
18 changed files with 88 additions and 77 deletions
@@ -89,7 +89,7 @@ For details of what _metric names_, _label names_ and _label values_ are please
> Support for `$__range`, `$__range_s` and `$__range_ms` only available from Grafana v5.3
You can use some global built-in variables in query variables; `$__interval`, `$__interval_ms`, `$__range`, `$__range_s` and `$__range_ms`, see [Global built-in variables]({{< relref "../../variables/global-variables.md" >}}) for more information. These can be convenient to use in conjunction with the `query_result` function when you need to filter variable queries since
You can use some global built-in variables in query variables; `$__interval`, `$__interval_ms`, `$__range`, `$__range_s` and `$__range_ms`, see [Global built-in variables]({{< relref "../../variables/variable-types/global-variables.md" >}}) for more information. These can be convenient to use in conjunction with the `query_result` function when you need to filter variable queries since
`label_values` function doesn't support queries.