You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🙌 .
The text was updated successfully, but these errors were encountered:
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
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 🙌 .
The text was updated successfully, but these errors were encountered: