webdevops / azure-devops-exporter

Prometheus exporter for Azure DevOps (VSTS) including agent pools, builds, releases, deployments, pullrequests and repo stats
MIT License
147 stars 57 forks source link

Get Projects issue #64

Closed Edarjak closed 1 year ago

Edarjak commented 1 year ago

Hi all,

We are trying to get all projects from our Azure DevOps organization with azure-devops-exporter. However, it lists only 1000 projects, while in fact there are much more of them. The limit of projects was set to 2000, but that didn't help.

Could someone guide which code parts should be changed to overcome this issue? (main.go and project.go? Which functions?) I believe it's a missing paging functionality issue.

Br,