Merge pull request #1964 from influxdata/dar-156

Fix monitor.logs() example
pull/1967/head
pierwill 2020-12-09 13:00:45 -08:00 committed by GitHub
commit 8f3b8afe6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,5 +63,5 @@ _**Data type:** Function_
```js
import "influxdata/influxdb/monitor"
monitor.logs(start: -1h)
monitor.logs(start: -2h, fn: (r) => true)
```