fix(flux/profiler): example code fixed

Copy-pasted the example into the InfluxDB UI and it didn't work. Looks
like it was just a typo.
pull/1549/head
Jacob Marble 2020-09-25 10:39:42 -07:00
parent a93dd8b21d
commit f3df3843cf
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Use the query profiler to output statistics about query execution.
```js
import "profiler"
option profiler.enabledProfiles["query"]
option profiler.enabledProfilers = ["query"]
// ... Query to profile
```