Skip to content

DevTeamHub/GrafanaJsonDatasourceForCardanoStakePoolData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages