added bucket name to contains function example

pull/58/head
Scott Anderson 2019-02-13 15:27:41 -07:00
parent 0d9196c391
commit dac86cda57
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ _**Data type:** Array of Booleans | Integers | UIntegers | Floats | Strings | Ti
```js
fields = ["load1", "load5", "load15"]
from(bucket)
from(bucket: "example-bucket")
|> range(start:start, stop: stop)
|> filter(fn: (r) =>
r._measurement == "system" and