mirror of
https://github.com/grafana/grafana.git
synced 2025-01-10 08:03:58 -06:00
Fix error in InfluxDB query
Minor error in sql query to retrieve annotations
This commit is contained in:
parent
2b849086a1
commit
7b3652af67
@ -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```
|
||||
|
Loading…
Reference in New Issue
Block a user