From b9800a2cf9904aae0f95e4c3a1a3c172d1dc6125 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Tue, 30 Mar 2021 17:20:01 +0200 Subject: [PATCH] Docs: In Flux documentation replace incorrect v.timeRangeEnd for v.timeRangeStop (#32505) * Fix bug in the Flux documentation * Update docs/sources/datasources/influxdb.md --- docs/sources/datasources/influxdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/datasources/influxdb.md b/docs/sources/datasources/influxdb.md index 8dc50899f14..d8e953713a2 100644 --- a/docs/sources/datasources/influxdb.md +++ b/docs/sources/datasources/influxdb.md @@ -145,7 +145,7 @@ The macros support copying and pasting from [Chronograph](https://www.influxdata Macro example | Description ------------ | ------------- `v.timeRangeStart` | Will be replaced by the start of the currently active time selection. For example, *2020-06-11T13:31:00Z* -`v.timeRangeEnd` | Will be replaced by the end of the currently active time selection. For example, *2020-06-11T14:31:00Z* +`v.timeRangeStop` | Will be replaced by the end of the currently active time selection. For example, *2020-06-11T14:31:00Z* `v.windowPeriod` | Will be replaced with an interval string compatible with Flux that corresponds to Grafana's calculated interval based on the time range of the active time selection. For example, *5s* `v.defaultBucket` | Will be replaced with the data source configuration's "Default Bucket" setting `v.organization` | Will be replaced with the data source configuration's "Organization" setting