Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflows query type issue #318

Closed
Myastr0 opened this issue Jun 17, 2024 · 1 comment
Closed

Workflows query type issue #318

Myastr0 opened this issue Jun 17, 2024 · 1 comment

Comments

@Myastr0
Copy link

Myastr0 commented Jun 17, 2024

Hey, first thank you for all you work on this 💪

I recently encounter an error using the "Workflows" query type which return a 404 Error

https://api.github.com/repos/<my-org>/<my-repo>/actions/workflows?per_page=1000: 404 Not Found []

As I saw in the Github Rest API documentation, the max value for the per_page property seems to be 100 and here it's defined as 1000 and I don't see any way to configure it.

I've check the permission configuration and I'm able to retrieve workflows through curl using the Github PAT that I use in the datasource, so I suppose that my error seems to be related to this misconfigured parameters.

Your grafana datasource helps us a lot in my company, and it could be a great achievment to have workflows stats directly in grafana 🙌 .

@Myastr0 Myastr0 changed the title Workflows issue Workflows query type issue Jun 17, 2024
@ivanahuckova
Copy link
Member

Fixed by #322

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Complete
Development

No branches or pull requests

2 participants