소스 검색

docs: Added version notice for time range variables

Torkel Ödegaard 6 년 전
부모
커밋
3ad48ff7e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/reference/templating.md

+ 1 - 1
docs/sources/reference/templating.md

@@ -248,7 +248,7 @@ Grafana has global built-in variables that can be used in expressions in the que
 ### Time range variables
 ### Time range variables
 
 
 Grafana has two built in time range variables in `$__from` and `$__to`. They are currently always interpolated
 Grafana has two built in time range variables in `$__from` and `$__to`. They are currently always interpolated
-as epoch milliseconds.
+as epoch milliseconds. These variables are only available in Grafana v6.0 and above.
 
 
 ### The $__interval Variable
 ### The $__interval Variable