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
My uptimerobot monitor has 243 servers, but i only ingest 50 of them. This seems to be due to pagination. Do I need to do something to support pagination? Is it a bug?
The text was updated successfully, but these errors were encountered:
When I hit the API by hand i see: {"stat":"ok","pagination":{"offset":0,"limit":50,"total":243},
but when I look at logs from the exporter scraping I see: level=info msg="Response from UptimeRobot API%!(EXTRA *api.XMLMonitors=&{{{ pagination} 0 0 0}
Hi @krzee.
Thanks for the feedback. I actually have refactored a few parts of the exporter that I plan to have merged soon. It includes expanding the pagination support. I'll mark this issue when I have the PR ready for review
My uptimerobot monitor has 243 servers, but i only ingest 50 of them. This seems to be due to pagination. Do I need to do something to support pagination? Is it a bug?
The text was updated successfully, but these errors were encountered: