From 71a23a55469770dcdd759fb2ce4840c2878a7f8a Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:36:10 -0500 Subject: [PATCH] [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 e6f7ad143a78b55fdbd6acc2869662ed5932d8fe) Co-authored-by: Denis <7009699+someden@users.noreply.github.com> (cherry picked from commit 7de0a33772f2284c3d1de3fd10e42100db12731f) --- .../build-dashboards/view-dashboard-json-model/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/dashboards/build-dashboards/view-dashboard-json-model/index.md b/docs/sources/dashboards/build-dashboards/view-dashboard-json-model/index.md index 85dd0cf3697..f23e9f4b9e5 100644 --- a/docs/sources/dashboards/build-dashboards/view-dashboard-json-model/index.md +++ b/docs/sources/dashboards/build-dashboards/view-dashboard-json-model/index.md @@ -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 %}}