Docs: What's new 6.4 draft (#19144)

* What's new 6.4 draft

* data model notes

* minor progress

* Only include top highlights list
This commit is contained in:
Dominik Prokop
2019-09-17 12:15:04 +02:00
committed by Torkel Ödegaard
parent bc0f909a96
commit b25cbef361
2 changed files with 42 additions and 1 deletions
+3 -1
View File
@@ -210,6 +210,9 @@ available suggestions:
#### Built-in variables
> These variables changed in 6.4 so if you have an older version of Grafana please use the version picker to select
docs for an older version of Grafana.
``__url_time_range`` - current dashboard's time range (i.e. ``?from=now-6h&to=now``)
``__from`` - current dashboard's time range from value
``__to`` - current dashboard's time range to value
@@ -240,7 +243,6 @@ Value specific variables are available under ``__value`` namespace:
``__value.calc`` - calculation name if the value is result of calculation
#### Template variables
When linking to another dashboard that uses template variables, you can use ``var-myvar=${myvar}`` syntax (where ``myvar`` is a name of template variable)