We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc04cd8 + c49aace commit f9cd352Copy full SHA for f9cd352
collectors/monitoring_collector.go
@@ -187,7 +187,7 @@ func (c *MonitoringCollector) Collect(ch chan<- prometheus.Metric) {
187
if err := c.reportMonitoringMetrics(ch); err != nil {
188
errorMetric = float64(1)
189
c.scrapeErrorsTotalMetric.Inc()
190
- log.Errorf("Error while getting Google Stackdriver Monitoring metrics: %s", err)
+ log.Fatalf("Error while getting Google Stackdriver Monitoring metrics: %s", err)
191
}
192
c.scrapeErrorsTotalMetric.Collect(ch)
193
0 commit comments