diff --git a/collector/droplet.go b/collector/droplet.go index be373fe..5c0d00a 100644 --- a/collector/droplet.go +++ b/collector/droplet.go @@ -100,6 +100,7 @@ func (c *DropletCollector) Collect(ch chan<- prometheus.Metric) { "msg", "can't list droplets", "err", err, ) + return } // append the current page's droplets to our list