Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Grafana Json Data source for Cardano Stake Pool Data

JSON API Grafana Datasource for Cardano Stake Pool Data

The code in this repository represents a simple ASP.NET WEB API (.net 6) for JSON API Grafana Datasource grafana plugin.

It's a simple WEB API that implements 3 required endpoints:

GET / with 200 status code response. Used for "Test connection" on the datasource config page.
POST /search to return available metrics.
POST /query to return panel data or annotations.

The data for Cardano Pool Metrics is used from https://cexplorer.io/ web site: https://js.cexplorer.io/api-static/pool/Stake Pool Id.json

About

JSON API Grafana Datasource for Cardano Stake Pool Data

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages