Fix error in InfluxDB query

Minor error in sql query to retrieve annotations
This commit is contained in:
Grégoire Bellon-Gervais 2018-06-18 16:10:40 +02:00 committed by GitHub
parent 2b849086a1
commit 7b3652af67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ queries via the Dashboard menu / Annotations view.
An example query:
```SQL
SELECT title, description from events WHERE $timeFilter order asc
SELECT title, description from events WHERE $timeFilter ORDER BY time ASC
```
For InfluxDB you need to enter a query like in the above example. You need to have the ```where $timeFilter```