github-datasource
github-datasource copied to clipboard
Grafana data source plugin using the Github API to retrieve and visualize Github data.
we have some hardcoded page limits in the code, for example: - https://github.com/grafana/github-datasource/blob/4452e594617f889d8cc846b03b02b1f17ffc5b2f/pkg/github/constants.go#L4 - https://github.com/grafana/github-datasource/blob/4452e594617f889d8cc846b03b02b1f17ffc5b2f/pkg/github/projects/projects.go#L15 we should increase these, but if we increase them too much we'll hit rate limits....
Hi guys, I was wondering if you're facing the same issue, I cannot get the stats for the average open time for the closed issues using the dashboard provided here....
the plugin supports query types `workflows` and `workflow usage`. the problem is, users sometimes are looking for ways to query github actions info, and they do not spot the workflow-related...
- [x] Updated docs about private repositories permission - [x] Removed conditional caching check as the caching is enabled by default
Hi all, Related to #75 we'd very much appreciate if this plugin implemented GitHub App style authentication rather than using a PAT associated with an existing account. Enterprise accounts are...
Using https://github.com/grafana/grafana-plugin-sdk-go/pull/897 to generate a query spec
This PR will create the Official documentation for the Grafana GitHub Datasource plugin which will be visible on the Grafana Docs website.
Sending GraphQL project items requests for a very large org, for example, becomes very costly, to the point where queries aren't going through anymore because of rate limits. We need...
Hello! At the moment, it looks like this data source only supports classic personal access tokens. Would it be possible to add support for fine-grained personal access tokens in the...