From 0167cb7ff8914476f47a6cdf9c62e4e2849423b0 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 2 Jun 2023 22:56:08 +0100 Subject: [PATCH] [v9.4.x] docs: update add-template-variables docs (#69500) docs: update add-template-variables docs (#65682) correcting typo in "Filter and modify using named text and value capture groups" section (cherry picked from commit 921bc0324e9edccdf4c3668c0742b1176951400a) Co-authored-by: annelaurefroment <49911675+annelaurefroment@users.noreply.github.com> --- .../dashboards/variables/add-template-variables/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/dashboards/variables/add-template-variables/index.md b/docs/sources/dashboards/variables/add-template-variables/index.md index 23295926909..55b9190604f 100644 --- a/docs/sources/dashboards/variables/add-template-variables/index.md +++ b/docs/sources/dashboards/variables/add-template-variables/index.md @@ -569,7 +569,7 @@ demo.robustperception.io:9100 Using named capture groups, you can capture separate 'text' and 'value' parts from the options returned by the variable query. This allows the variable drop-down list to contain a friendly name for each value that can be selected. -For example, when querying the `node_hwmon_chip_names` Prometheus metric, the `chip_name` is a lot friendlier that the `chip` value. So the following variable query result: +For example, when querying the `node_hwmon_chip_names` Prometheus metric, the `chip_name` is a lot friendlier than the `chip` value. So the following variable query result: ```text node_hwmon_chip_names{chip="0000:d7:00_0_0000:d8:00_0",chip_name="enp216s0f0np0"} 1