Update description of v.windowPeriod variable

pull/370/head
Christopher Henn 2019-08-02 14:58:15 -07:00
parent 006d2325d3
commit e2e5320fba
No known key found for this signature in database
GPG Key ID: 909E48D5E1C526FA
1 changed files with 3 additions and 2 deletions

View File

@ -59,8 +59,9 @@ This variable is typically used to define the `every` or `period` parameters of
[`window()` function](/v2.0/reference/flux/functions/built-in/transformations/window) [`window()` function](/v2.0/reference/flux/functions/built-in/transformations/window)
in data aggregation operations. in data aggregation operations.
The value of this variable is calculated by dividing the total time within the displayed The value of this variable is calculated by analyzing the duration of the Flux
time range by the dashboard refresh interval (defined by the **Refresh** dropdown). query it is used within. Queries that fetch data from a longer time range will
have a larger `v.windowPeriod` duration.
## Custom dashboard variables ## Custom dashboard variables
Create, manage, and use custom dashboard variables in the InfluxDB user interface (UI). Create, manage, and use custom dashboard variables in the InfluxDB user interface (UI).