From 9b59ee58eb1f2de6ed84836757d00c3ec28e8696 Mon Sep 17 00:00:00 2001 From: Amal <56926487+amalkurup89@users.noreply.github.com> Date: Tue, 5 May 2020 23:25:06 +0530 Subject: [PATCH] Docs: Inserted a comma for better readability (#24198) --- docs/sources/variables/templates-and-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/variables/templates-and-variables.md b/docs/sources/variables/templates-and-variables.md index 8be42797472..e0a2a927f49 100644 --- a/docs/sources/variables/templates-and-variables.md +++ b/docs/sources/variables/templates-and-variables.md @@ -48,7 +48,7 @@ Panel titles and metric queries can refer to variables using two different synta Example: apps.frontend.[[server]].requests.count Before queries are sent to your data source the query is _interpolated_, meaning the variable is replaced with its current value. During -interpolation the variable value might be _escaped_ in order to conform to the syntax of the query language and where it is used. +interpolation, the variable value might be _escaped_ in order to conform to the syntax of the query language and where it is used. For example, a variable used in a regex expression in an InfluxDB or Prometheus query will be regex escaped. Read the data source specific documentation topic for details on value escaping during interpolation.