mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #14197 from qhartman/patch-1
Remove confusing <> from variable intro
This commit is contained in:
commit
15637af1af
@ -25,7 +25,7 @@ the value, using the dropdown at the top of the dashboard, your panel's metric q
|
|||||||
|
|
||||||
Panel titles and metric queries can refer to variables using two different syntaxes:
|
Panel titles and metric queries can refer to variables using two different syntaxes:
|
||||||
|
|
||||||
- `$<varname>` Example: apps.frontend.$server.requests.count
|
- `$varname` Example: apps.frontend.$server.requests.count
|
||||||
- `[[varname]]` Example: apps.frontend.[[server]].requests.count
|
- `[[varname]]` Example: apps.frontend.[[server]].requests.count
|
||||||
|
|
||||||
Why two ways? The first syntax is easier to read and write but does not allow you to use a variable in the middle of word. Use
|
Why two ways? The first syntax is easier to read and write but does not allow you to use a variable in the middle of word. Use
|
||||||
|
Loading…
Reference in New Issue
Block a user