Add support for $__range_s (#12883)

Fixes #12882

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto
2018-08-13 07:53:41 +02:00
committed by Torkel Ödegaard
parent 1f88bfd2bc
commit 48364f0111
4 changed files with 9 additions and 5 deletions

View File

@@ -277,7 +277,7 @@ This variable is only available in the Singlestat panel and can be used in the p
> Only available in Grafana v5.3+
Currently only supported for Prometheus data sources. This variable represents the range for the current dashboard. It is calculated by `to - from`. It has a millisecond representation called `$__range_ms`.
Currently only supported for Prometheus data sources. This variable represents the range for the current dashboard. It is calculated by `to - from`. It has a millisecond and a second representation called `$__range_ms` and `$__range_s`.
## Repeating Panels