Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Datasource that sends generic http requests to give url

License

Notifications You must be signed in to change notification settings

grafana/simple-json-datasource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Example backend implementation

https://gist.github.com/bergquist/bc4aa5baface3cffa109

About

Datasource that sends generic http requests to give url

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published