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
{{ message }}
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
I know this is an old issue, but in case anyone else is facing a similar problem, I would like to suggest looking at the example of config.go of github-exporter where one can include multiple target URLs with different URL parameters.
I had to scrape Bitbucket API 1.0 where one can request only 100 objects at a time. Using the config.goTargetURLs it is possible to specify multiple URLs with different parameters where one URL might have the first 100 items, then the second would have the next 100, etc; thus one can paginate and collect the metrics at the same time.
By the way, github-exporter is one of the best examples of a reference implementation for scraping REST APIs. I have used this as a pattern many times when creating Exporters.
Rancher api by default returns only 100 objects for endpoint (/hosts, /services, etc.)
The text was updated successfully, but these errors were encountered: