mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
.. | ||
src | ||
.jscs.json | ||
.jshintrc | ||
Gruntfile.js | ||
package.json | ||
plugin.json | ||
README.md |
#Generic backend datasource#
More documentation about datasource plugins can be found in the Docs
Your backend need implement 4 urls
- "/" Should return 200 ok. Used for "Test connection" on the datasource config page.
- "/search" Used by the find metric options on the query tab in panels
- "/query" Should return metrics based on input
- "/annotations" should return annotations