github-datasource
github-datasource copied to clipboard
Grafana data source plugin using the Github API to retrieve and visualize Github data.
It would be really cool if you could add the deployments. In our use case we use github actions to deploy to our K8s clusters. In github we get a...
I'd like to use the Grafana expression language to [write alerting rules based on the output of the Github Datasource. Right now I can't because](https://grafana.com/docs/grafana/latest/panels-visualizations/query-transform-data/expression-queries/): > Currently, the only non-time...
This PR adds couple of additional fields to repositories list query. ( stars count and updated at )
Adds more user fields to Pull Requests: 1. Authors name 2. Merged by users name 3. Merged by users login\username 4. Merged by users email 5. Merged by users company...
info by @gabor : add ways to handle the case where the https certificate of the github instance is not trusted by the server running grafana.. the two options are:...
Github packages is replacing docker registry with container registry. Please refer here https://arc.net/l/quote/ataxrdtt. Current plugin doesn't have `container` as package type under the dropdown. Hence query with the `packageType =...
 The values of the `skipped/successes/failures/cancelled` workflows stats are sent to Grafana like shown in the image. This makes it more difficult to represent it in a pie or any...
Currently the data returned by Issues and PRs don't contain all the fields such as Reviewers or assignee. Is there a way to get that info using grafana GitHub data...
in the README we use: `- [x] `, these are not supported in grafana resulting in: ` `
Currently there is only one e2e test `should render default variable editor`, which is not enough and manual testing is still required when making changes / releasing new grafana version.