added distinct to v1.tagKeys function definition

pull/181/head
Scott Anderson 2019-04-18 17:00:35 -06:00
parent 3deaa5209b
commit 3fd1431f4b
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ tagKeys = (bucket, predicate=(r) => true, start=-30d) =>
|> filter(fn: predicate)
|> keys()
|> keep(columns: ["_value"])
|> distinct()
```
_**Used functions:**