Commit 1c234c60 by Solar Olugebefola Committed by GitHub

typo?

parent 09e49f0a
...@@ -37,7 +37,7 @@ The Datasource should contain the following functions. ...@@ -37,7 +37,7 @@ The Datasource should contain the following functions.
``` ```
query(options) //used by panels to get data query(options) //used by panels to get data
testDatasource() //used by datasource configuration page to make sure the connection is working 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. metricFindQuery(options) // used by query editor to get metric suggestions.
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment