TestDataDB: Raw frame input (#42209)

* test datasource raw-frame scenario added

* typo fix in doc
This commit is contained in:
Sriram
2021-11-25 09:14:34 +00:00
committed by GitHub
parent 86a22a914d
commit 70bc0b86e2
6 changed files with 44 additions and 3 deletions

View File

@ -15,11 +15,11 @@ Grafana has global built-in variables that can be used in expressions in the que
This variable is the name of the current dashboard.
## $**from and $**to
## $\_\_from and $\_\_to
Grafana has two built in time range variables: `$__from` and `$__to`. They are currently always interpolated as epoch milliseconds by default but you can control date formatting.
> This special formatting syntax is only available in Grafan a 7.1.2+
> This special formatting syntax is only available in Grafana 7.1.2+
| Syntax | Example result | Description |
| ------------------------ | ------------------------ | --------------------------------------------------------------------------------------------------------- |