From 3ad48ff7e5067e48fea9eee4e1d22ed254fc6752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 30 Jan 2019 16:54:09 +0100 Subject: [PATCH] docs: Added version notice for time range variables --- docs/sources/reference/templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/templating.md b/docs/sources/reference/templating.md index 340384b62e5..7426877654b 100644 --- a/docs/sources/reference/templating.md +++ b/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 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