hotfix: fixed typo in query getting started, resolves #822

pull/826/head
Scott Anderson 2020-03-12 09:01:51 -06:00
parent 9806f02a16
commit 8f280e2bb4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Flux is designed to be usable, readable, flexible, composable, testable, contrib
Its syntax is largely inspired by [2018's most popular scripting language](https://insights.stackoverflow.com/survey/2018#technology), Its syntax is largely inspired by [2018's most popular scripting language](https://insights.stackoverflow.com/survey/2018#technology),
Javascript, and takes a functional approach to data exploration and processing. Javascript, and takes a functional approach to data exploration and processing.
The following example illustrates querying data stored from the last five minutes, The following example illustrates querying data stored from the last hour,
filtering by the `cpu` measurement and the `cpu=cpu-total` tag, windowing the data in 1 minute intervals, filtering by the `cpu` measurement and the `cpu=cpu-total` tag, windowing the data in 1 minute intervals,
and calculating the average of each window: and calculating the average of each window: