Merge pull request #6783 from solugebefola/patch-1

typo?
This commit is contained in:
Carl Bergquist
2016-12-01 18:16:10 +01:00
committed by GitHub
+1 -1
View File
@@ -37,7 +37,7 @@ The Datasource should contain the following functions.
```
query(options) //used by panels to get data
testDatasource() //used by datasource configuration page to make sure the connection is working
annotationsQuery(options) // used dashboards to get annotations
annotationsQuery(options) // used by dashboards to get annotations
metricFindQuery(options) // used by query editor to get metric suggestions.
```