You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the grafana GitHub datasource with this api GitHub API V4.
I would like to pull all my commits from all my branches from any of my repositories. Is this possible with this datasource?
basically I want something like this "repo: <owner>/<repository> branch: all"
or as an api https://api.github.com/repos/$organization/$repository/branches/all
Currently I am able to pull commits from specific branches (example: main) from any of my repos.
If this is possible, how and where is it configured?
I don't currently see a way to it with a dynamic grafana variable (for example: all) or through the commit query panel in grafana.
Would this be a status which needs to be configured when creating the access token for the datasource?
thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I am currently using the grafana GitHub datasource with this api GitHub API V4.
I would like to pull all my commits from all my branches from any of my repositories. Is this possible with this datasource?
basically I want something like this
"repo: <owner>/<repository> branch: all"
or as an api
https://api.github.com/repos/$organization/$repository/branches/all
Currently I am able to pull commits from specific branches (example: main) from any of my repos.
If this is possible, how and where is it configured?
I don't currently see a way to it with a dynamic grafana variable (for example: all) or through the commit query panel in grafana.
Would this be a status which needs to be configured when creating the access token for the datasource?
thank you!
The text was updated successfully, but these errors were encountered: