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

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:37:27 -05:00
committed by GitHub
co-authored by Denis
parent 02c89fc38c
commit 34ab8a31b8
@@ -243,6 +243,6 @@ 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` |