Move textfile mtime metric from loop

Loop was erroneously creating duplicate `windows_textfile_mtime_seconds`
metrics, causing the exporter to return a HTTP 500 error and no metrics
from any collector.

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy 2022-01-01 11:44:04 +10:00
parent 4b9b9e97cb
commit 1ba5835af6
No known key found for this signature in database
GPG Key ID: 235C15B6086C9D7E

View File

@ -313,10 +313,11 @@ fileLoop:
} else {
for _, mf := range metricFamilies {
convertMetricFamily(mf, ch)
c.exportMTimes(mtimes, ch)
}
}
c.exportMTimes(mtimes, ch)
// Export if there were errors.
ch <- prometheus.MustNewConstMetric(
prometheus.NewDesc(