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
227 stars 54 forks source link

Docker registry for GitHub Packages is replaced with Container registry #285

Open naing2victor opened 6 months ago

naing2victor commented 6 months ago

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 = Docker value would return invalid value error and dropdown menu automatically changes back to NPM. image

zoltanbedi commented 6 months ago

Hey @naing2victor,

Thanks for letting us know I was able to reproduce this bug. It seems like that it is not what you say but for some reason the query sent without packageType in some scenario. Selecting DOCKER from the dropdown again should solve the issue.