fix(inputs.smart): Remove parsing error message (#13927)

This commit is contained in:
Joshua Powers 2023-09-18 07:29:41 -06:00 committed by GitHub
parent 4b447d0483
commit df80446fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -865,7 +865,6 @@ func (m *Smart) gatherDisk(acc telegraf.Accumulator, device string, wg *sync.Wai
}
if err := parse(fields, deviceFields, matches[2]); err != nil {
acc.AddError(fmt.Errorf("error parsing %s: %q: %w", attr.Name, matches[2], err))
continue
}
// if the field is classified as an attribute, only add it