Merge pull request #263 from slene/master

Close file handler in textfile
This commit is contained in:
Brian Brazil 2016-06-29 19:07:09 +01:00 committed by GitHub
commit 157ac23b4d
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ func (c *textFileCollector) parseTextFiles() []*dto.MetricFamily {
}
var parser expfmt.TextParser
parsedFamilies, err := parser.TextToMetricFamilies(file)
file.Close()
if err != nil {
log.Errorf("Error parsing %s: %v", path, err)
error = 1.0