grafana / github-datasource

Grafana data source plugin using the Github API to retrieve and visualize Github data.
https://grafana.com/grafana/plugins/grafana-github-datasource/
Apache License 2.0
242 stars 53 forks source link

Add more metrics for GitHub Action workflows #173

Closed HoangNguyen211 closed 1 year ago

HoangNguyen211 commented 2 years ago

Hi there, can you add metrics to get information of all action workflows of each repo?

Jyoti492 commented 1 year ago

is there any priority for this FR ?

dzzk commented 1 year ago

As I understood from dependency github-datasource use, it was build for graphQL approach first, but GitHub Action API has no GraphQL implementation yet, and it does not looks as priority also. So the whole question "when" is passing from this plugin to githubv4 solution, which will redirect you to the github developers team. Or .. or we need to develop substitution for the REST solution, which quite challenging, as I understood.