We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163327f commit 217d470Copy full SHA for 217d470
collector/exporter.go
@@ -93,6 +93,7 @@ func (e *Exporter) Collect(ch chan<- prometheus.Metric) {
93
}
94
95
func (e *Exporter) scrape(ch chan<- prometheus.Metric) {
96
+ e.stats.Error.Set(0)
97
e.stats.TotalScrapes.Inc()
98
var err error
99
0 commit comments