github-datasource
github-datasource copied to clipboard
Grafana data source plugin using the Github API to retrieve and visualize Github data.
It would be nice to be able to select GitHub issues as a notification channel. This plugin could open an issue in a select repository when an alert triggers. A...
Support the followers endpoint, I'm hoping this can be generalized for both users and organizations, but we'll see. Use cases include tracking the growth of a users/orgs followers, and visualizing...
The OpenTelemetry community would like to monitor open security incidents using Grafana and the GitHub plugin. https://docs.github.com/en/rest/security-advisories/repository-advisories?apiVersion=2022-11-28
Hi! are there any plans to add a `Forks` query type in the same way that it is possible to retrieve stargazers? Thank you
The Issues query enables getting a listing of of issues. It would be nice to be able to also write queries for a specific issue number and get the timestamped...
Would submit a PR myself but not sure of the "correct" updates here. ### From `developer-guide.md`: ```sh mage build:linux && mage reloadPlugin ``` This only compiles `dist/gfx_github_linux_amd64` and will cause...
Would love the ability to have running totals of open/closed issues over time to be able to graph this kind of data. I tried multiple ways using transforms of the...
This PR makes additional issue fields available when querying Github.
Hey! It would be very useful for us to get code scanning alerts into this data source. See: https://docs.github.com/en/rest/code-scanning?apiVersion=2022-11-28#list-code-scanning-alerts-for-a-repository Just getting the alerts for a repo as an MVP would...