Closed masaruhoshi closed 6 years ago
The API may end in an infinite loop when it does not return a valid response. This PR deals with when this happens.
uptimerobot-exporter | time="2018-06-06T14:26:53Z" level=info msg="Response from UptimeRobot API%!(EXTRA *api.XMLMonitors=&{{{ pagination} 39650 50 103} []})" source="uptimerobot.go:128" uptimerobot-exporter | time="2018-06-06T14:26:53Z" level=info msg="ScrapeUptimeRobot scraped 103 monitors" source="uptimerobot.go:105" uptimerobot-exporter | time="2018-06-06T14:26:53Z" level=info msg="Response from UptimeRobot API%!(EXTRA *api.XMLMonitors=&{{{ pagination} 39750 50 103} []})" source="uptimerobot.go:128" uptimerobot-exporter | time="2018-06-06T14:26:53Z" level=info msg="ScrapeUptimeRobot scraped 103 monitors" source="uptimerobot.go:105"
The API may end in an infinite loop when it does not return a valid response. This PR deals with when this happens.