[v10.2.x] Docs: add description for refresh and regex options in templating (#79649)

Docs: add description for refresh and regex options in templating (#79441)

(cherry picked from commit e6f7ad143a)

Co-authored-by: Denis <7009699+someden@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2023-12-18 10:36:10 -05:00
committed by GitHub
co-authored by Denis
parent 8b7b34dd6a
commit 7de0a33772
@@ -242,8 +242,8 @@ Usage of the above mentioned fields in the templating section is explained below
| **name** | name of variable |
| **options** | array of variable text/value pairs available for selection on dashboard |
| **query** | data source query used to fetch values for a variable |
| **refresh** | |
| **regex** | |
| **refresh** | configures when to refresh a variable |
| **regex** | extracts part of a series name or metric node segment |
| **type** | type of variable, i.e. `custom`, `query` or `interval` |
{{% docs/reference %}}